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 aScheduleMultipartModelrecord class. -
Method Summary
Modifier and TypeMethodDescriptionadapter()Returns the value of theadapterrecord component.Returns the value of theconfigurationrecord component.cron()Returns the value of thecronrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.group()Returns the value of thegrouprecord component.final inthashCode()Returns a hash code value for this object.interval()Returns the value of theintervalrecord component.listener()Returns the value of thelistenerrecord component.locker()Returns the value of thelockerrecord component.lockkey()Returns the value of thelockkeyrecord component.message()Returns the value of themessagerecord component.name()Returns the value of thenamerecord component.Returns the value of thepersistentrecord component.receiver()Returns the value of thereceiverrecord component.final StringtoString()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 aScheduleMultipartModelrecord class.- Parameters:
name- the value for thenamerecord componentgroup- the value for thegrouprecord componentcron- the value for thecronrecord componentinterval- the value for theintervalrecord componentadapter- the value for theadapterrecord componentreceiver- the value for thereceiverrecord componentconfiguration- the value for theconfigurationrecord componentlistener- the value for thelistenerrecord componentlockkey- the value for thelockkeyrecord componentmessage- the value for themessagerecord componentdescription- the value for thedescriptionrecord componentpersistent- the value for thepersistentrecord componentlocker- the value for thelockerrecord 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 thenamerecord component.- Returns:
- the value of the
namerecord component
-
group
Returns the value of thegrouprecord component.- Returns:
- the value of the
grouprecord component
-
cron
Returns the value of thecronrecord component.- Returns:
- the value of the
cronrecord component
-
interval
Returns the value of theintervalrecord component.- Returns:
- the value of the
intervalrecord component
-
adapter
Returns the value of theadapterrecord component.- Returns:
- the value of the
adapterrecord component
-
receiver
Returns the value of thereceiverrecord component.- Returns:
- the value of the
receiverrecord component
-
configuration
Returns the value of theconfigurationrecord component.- Returns:
- the value of the
configurationrecord component
-
listener
Returns the value of thelistenerrecord component.- Returns:
- the value of the
listenerrecord component
-
lockkey
Returns the value of thelockkeyrecord component.- Returns:
- the value of the
lockkeyrecord component
-
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
persistent
Returns the value of thepersistentrecord component.- Returns:
- the value of the
persistentrecord component
-
locker
Returns the value of thelockerrecord component.- Returns:
- the value of the
lockerrecord component
-