Record Class Scheduler.ScheduleMultipartModel
java.lang.Object
java.lang.Record
org.frankframework.console.controllers.Scheduler.ScheduleMultipartModel
- Enclosing class:
Scheduler
-
Constructor Summary
ConstructorsConstructorDescriptionScheduleMultipartModel
(String name, String group, String cron, Integer interval, String adapter, String receiver, String configuration, String listener, String lockkey, String message, String description, Boolean persistent, Boolean locker) Creates an instance of aScheduleMultipartModel
record class. -
Method Summary
Modifier and TypeMethodDescriptionadapter()
Returns the value of theadapter
record component.Returns the value of theconfiguration
record component.cron()
Returns the value of thecron
record component.Returns the value of thedescription
record component.final boolean
Indicates whether some other object is "equal to" this one.group()
Returns the value of thegroup
record component.final int
hashCode()
Returns a hash code value for this object.interval()
Returns the value of theinterval
record component.listener()
Returns the value of thelistener
record component.locker()
Returns the value of thelocker
record component.lockkey()
Returns the value of thelockkey
record component.message()
Returns the value of themessage
record component.name()
Returns the value of thename
record component.Returns the value of thepersistent
record component.receiver()
Returns the value of thereceiver
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ScheduleMultipartModel
public ScheduleMultipartModel(String name, String group, String cron, Integer interval, String adapter, String receiver, String configuration, String listener, String lockkey, String message, String description, Boolean persistent, Boolean locker) Creates an instance of aScheduleMultipartModel
record class.- Parameters:
name
- the value for thename
record componentgroup
- the value for thegroup
record componentcron
- the value for thecron
record componentinterval
- the value for theinterval
record componentadapter
- the value for theadapter
record componentreceiver
- the value for thereceiver
record componentconfiguration
- the value for theconfiguration
record componentlistener
- the value for thelistener
record componentlockkey
- the value for thelockkey
record componentmessage
- the value for themessage
record componentdescription
- the value for thedescription
record componentpersistent
- the value for thepersistent
record componentlocker
- the value for thelocker
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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)
. -
name
Returns the value of thename
record component.- Returns:
- the value of the
name
record component
-
group
Returns the value of thegroup
record component.- Returns:
- the value of the
group
record component
-
cron
Returns the value of thecron
record component.- Returns:
- the value of the
cron
record component
-
interval
Returns the value of theinterval
record component.- Returns:
- the value of the
interval
record component
-
adapter
Returns the value of theadapter
record component.- Returns:
- the value of the
adapter
record component
-
receiver
Returns the value of thereceiver
record component.- Returns:
- the value of the
receiver
record component
-
configuration
Returns the value of theconfiguration
record component.- Returns:
- the value of the
configuration
record component
-
listener
Returns the value of thelistener
record component.- Returns:
- the value of the
listener
record component
-
lockkey
Returns the value of thelockkey
record component.- Returns:
- the value of the
lockkey
record component
-
message
Returns the value of themessage
record component.- Returns:
- the value of the
message
record component
-
description
Returns the value of thedescription
record component.- Returns:
- the value of the
description
record component
-
persistent
Returns the value of thepersistent
record component.- Returns:
- the value of the
persistent
record component
-
locker
Returns the value of thelocker
record component.- Returns:
- the value of the
locker
record component
-