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 aTransactionStoragePathVariables
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadapterName
record component.Returns the value of theconfiguration
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of themessageId
record component.Returns the value of theprocessState
record component.Returns the value of thereceiverName
record component.Returns the value of thestorageSource
record component.Returns the value of thestorageSourceName
record component.Returns the value of thetargetState
record component.final String
toString()
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 aTransactionStoragePathVariables
record class.- Parameters:
configuration
- the value for theconfiguration
record componentadapterName
- the value for theadapterName
record componentstorageSourceName
- the value for thestorageSourceName
record componentreceiverName
- the value for thereceiverName
record componentprocessState
- the value for theprocessState
record componenttargetState
- the value for thetargetState
record componentmessageId
- the value for themessageId
record componentstorageSource
- the value for thestorageSource
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)
. -
configuration
Returns the value of theconfiguration
record component.- Returns:
- the value of the
configuration
record component
-
adapterName
Returns the value of theadapterName
record component.- Returns:
- the value of the
adapterName
record component
-
storageSourceName
Returns the value of thestorageSourceName
record component.- Returns:
- the value of the
storageSourceName
record component
-
receiverName
Returns the value of thereceiverName
record component.- Returns:
- the value of the
receiverName
record component
-
processState
Returns the value of theprocessState
record component.- Returns:
- the value of the
processState
record component
-
targetState
Returns the value of thetargetState
record component.- Returns:
- the value of the
targetState
record component
-
messageId
Returns the value of themessageId
record component.- Returns:
- the value of the
messageId
record component
-
storageSource
Returns the value of thestorageSource
record component.- Returns:
- the value of the
storageSource
record component
-