Record Class TestPipeline.TestPipeLineModel
java.lang.Object
java.lang.Record
org.frankframework.console.controllers.TestPipeline.TestPipeLineModel
- Enclosing class:
TestPipeline
-
Constructor Summary
ConstructorsConstructorDescriptionTestPipeLineModel(String configuration, String adapter, String sessionKeys, String encoding, org.springframework.web.multipart.MultipartFile message, org.springframework.web.multipart.MultipartFile file) Creates an instance of aTestPipeLineModelrecord class. -
Method Summary
Modifier and TypeMethodDescriptionadapter()Returns the value of theadapterrecord component.Returns the value of theconfigurationrecord component.encoding()Returns the value of theencodingrecord component.final booleanIndicates whether some other object is "equal to" this one.org.springframework.web.multipart.MultipartFilefile()Returns the value of thefilerecord component.final inthashCode()Returns a hash code value for this object.org.springframework.web.multipart.MultipartFilemessage()Returns the value of themessagerecord component.Returns the value of thesessionKeysrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TestPipeLineModel
public TestPipeLineModel(String configuration, String adapter, String sessionKeys, String encoding, org.springframework.web.multipart.MultipartFile message, org.springframework.web.multipart.MultipartFile file) Creates an instance of aTestPipeLineModelrecord class.- Parameters:
configuration- the value for theconfigurationrecord componentadapter- the value for theadapterrecord componentsessionKeys- the value for thesessionKeysrecord componentencoding- the value for theencodingrecord componentmessage- the value for themessagerecord componentfile- the value for thefilerecord 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
-
adapter
Returns the value of theadapterrecord component.- Returns:
- the value of the
adapterrecord component
-
sessionKeys
Returns the value of thesessionKeysrecord component.- Returns:
- the value of the
sessionKeysrecord component
-
encoding
Returns the value of theencodingrecord component.- Returns:
- the value of the
encodingrecord component
-
message
public org.springframework.web.multipart.MultipartFile message()Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-
file
public org.springframework.web.multipart.MultipartFile file()Returns the value of thefilerecord component.- Returns:
- the value of the
filerecord component
-