Record Class TransactionalStorage.TransactionStoragePathVariables
java.lang.Object
java.lang.Record
org.frankframework.console.controllers.TransactionalStorage.TransactionStoragePathVariables
- Enclosing class:
TransactionalStorage
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionStoragePathVariables(String configuration, String adapterName, String storageSourceName, String receiverName, String processState, String targetState, String messageId, TransactionalStorage.StorageSource storageSource) Creates an instance of aTransactionStoragePathVariablesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadapterNamerecord component.Returns the value of theconfigurationrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themessageIdrecord component.Returns the value of theprocessStaterecord component.Returns the value of thereceiverNamerecord component.Returns the value of thestorageSourcerecord component.Returns the value of thestorageSourceNamerecord component.Returns the value of thetargetStaterecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TransactionStoragePathVariables
public TransactionStoragePathVariables(String configuration, String adapterName, String storageSourceName, String receiverName, String processState, String targetState, String messageId, TransactionalStorage.StorageSource storageSource) Creates an instance of aTransactionStoragePathVariablesrecord class.- Parameters:
configuration- the value for theconfigurationrecord componentadapterName- the value for theadapterNamerecord componentstorageSourceName- the value for thestorageSourceNamerecord componentreceiverName- the value for thereceiverNamerecord componentprocessState- the value for theprocessStaterecord componenttargetState- the value for thetargetStaterecord componentmessageId- the value for themessageIdrecord componentstorageSource- the value for thestorageSourcerecord 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). -
configuration
Returns the value of theconfigurationrecord component.- Returns:
- the value of the
configurationrecord component
-
adapterName
Returns the value of theadapterNamerecord component.- Returns:
- the value of the
adapterNamerecord component
-
storageSourceName
Returns the value of thestorageSourceNamerecord component.- Returns:
- the value of the
storageSourceNamerecord component
-
receiverName
Returns the value of thereceiverNamerecord component.- Returns:
- the value of the
receiverNamerecord component
-
processState
Returns the value of theprocessStaterecord component.- Returns:
- the value of the
processStaterecord component
-
targetState
Returns the value of thetargetStaterecord component.- Returns:
- the value of the
targetStaterecord component
-
messageId
Returns the value of themessageIdrecord component.- Returns:
- the value of the
messageIdrecord component
-
storageSource
Returns the value of thestorageSourcerecord component.- Returns:
- the value of the
storageSourcerecord component
-