Record Class SendJmsMessage.JmsMessageModel
java.lang.Object
java.lang.Record
org.frankframework.console.controllers.SendJmsMessage.JmsMessageModel
- Enclosing class:
SendJmsMessage
public static record SendJmsMessage.JmsMessageModel(Boolean persistent, Boolean synchronous, Boolean lookupDestination, String destination, String replyTo, String property, String type, String connectionFactory, String encoding, org.springframework.web.multipart.MultipartFile message, org.springframework.web.multipart.MultipartFile file)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionJmsMessageModel(Boolean persistent, Boolean synchronous, Boolean lookupDestination, String destination, String replyTo, String property, String type, String connectionFactory, String encoding, org.springframework.web.multipart.MultipartFile message, org.springframework.web.multipart.MultipartFile file) Creates an instance of aJmsMessageModelrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconnectionFactoryrecord component.Returns the value of thedestinationrecord 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.Returns the value of thelookupDestinationrecord component.org.springframework.web.multipart.MultipartFilemessage()Returns the value of themessagerecord component.Returns the value of thepersistentrecord component.property()Returns the value of thepropertyrecord component.replyTo()Returns the value of thereplyTorecord component.Returns the value of thesynchronousrecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
JmsMessageModel
public JmsMessageModel(Boolean persistent, Boolean synchronous, Boolean lookupDestination, String destination, String replyTo, String property, String type, String connectionFactory, String encoding, org.springframework.web.multipart.MultipartFile message, org.springframework.web.multipart.MultipartFile file) Creates an instance of aJmsMessageModelrecord class.- Parameters:
persistent- the value for thepersistentrecord componentsynchronous- the value for thesynchronousrecord componentlookupDestination- the value for thelookupDestinationrecord componentdestination- the value for thedestinationrecord componentreplyTo- the value for thereplyTorecord componentproperty- the value for thepropertyrecord componenttype- the value for thetyperecord componentconnectionFactory- the value for theconnectionFactoryrecord 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). -
persistent
Returns the value of thepersistentrecord component.- Returns:
- the value of the
persistentrecord component
-
synchronous
Returns the value of thesynchronousrecord component.- Returns:
- the value of the
synchronousrecord component
-
lookupDestination
Returns the value of thelookupDestinationrecord component.- Returns:
- the value of the
lookupDestinationrecord component
-
destination
Returns the value of thedestinationrecord component.- Returns:
- the value of the
destinationrecord component
-
replyTo
Returns the value of thereplyTorecord component.- Returns:
- the value of the
replyTorecord component
-
property
Returns the value of thepropertyrecord component.- Returns:
- the value of the
propertyrecord component
-
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
connectionFactory
Returns the value of theconnectionFactoryrecord component.- Returns:
- the value of the
connectionFactoryrecord 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
-