Record Class UpdateLoggingConfig.CreateLogDefinitionMultipartModel
java.lang.Object
java.lang.Record
org.frankframework.console.controllers.UpdateLoggingConfig.CreateLogDefinitionMultipartModel
- Enclosing class:
UpdateLoggingConfig
-
Constructor Summary
ConstructorsConstructorDescriptionCreateLogDefinitionMultipartModel(String logger, String level) Creates an instance of aCreateLogDefinitionMultipartModelrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.level()Returns the value of thelevelrecord component.logger()Returns the value of theloggerrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CreateLogDefinitionMultipartModel
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
logger
Returns the value of theloggerrecord component.- Returns:
- the value of the
loggerrecord component
-
level
Returns the value of thelevelrecord component.- Returns:
- the value of the
levelrecord component
-