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 aJmsMessageModel
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconnectionFactory
record component.Returns the value of thedestination
record component.encoding()
Returns the value of theencoding
record component.final boolean
Indicates whether some other object is "equal to" this one.org.springframework.web.multipart.MultipartFile
file()
Returns the value of thefile
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of thelookupDestination
record component.org.springframework.web.multipart.MultipartFile
message()
Returns the value of themessage
record component.Returns the value of thepersistent
record component.property()
Returns the value of theproperty
record component.replyTo()
Returns the value of thereplyTo
record component.Returns the value of thesynchronous
record component.final String
toString()
Returns a string representation of this record class.type()
Returns the value of thetype
record 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 aJmsMessageModel
record class.- Parameters:
persistent
- the value for thepersistent
record componentsynchronous
- the value for thesynchronous
record componentlookupDestination
- the value for thelookupDestination
record componentdestination
- the value for thedestination
record componentreplyTo
- the value for thereplyTo
record componentproperty
- the value for theproperty
record componenttype
- the value for thetype
record componentconnectionFactory
- the value for theconnectionFactory
record componentencoding
- the value for theencoding
record componentmessage
- the value for themessage
record componentfile
- the value for thefile
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)
. -
persistent
Returns the value of thepersistent
record component.- Returns:
- the value of the
persistent
record component
-
synchronous
Returns the value of thesynchronous
record component.- Returns:
- the value of the
synchronous
record component
-
lookupDestination
Returns the value of thelookupDestination
record component.- Returns:
- the value of the
lookupDestination
record component
-
destination
Returns the value of thedestination
record component.- Returns:
- the value of the
destination
record component
-
replyTo
Returns the value of thereplyTo
record component.- Returns:
- the value of the
replyTo
record component
-
property
Returns the value of theproperty
record component.- Returns:
- the value of the
property
record component
-
type
Returns the value of thetype
record component.- Returns:
- the value of the
type
record component
-
connectionFactory
Returns the value of theconnectionFactory
record component.- Returns:
- the value of the
connectionFactory
record component
-
encoding
Returns the value of theencoding
record component.- Returns:
- the value of the
encoding
record component
-
message
public org.springframework.web.multipart.MultipartFile message()Returns the value of themessage
record component.- Returns:
- the value of the
message
record component
-
file
public org.springframework.web.multipart.MultipartFile file()Returns the value of thefile
record component.- Returns:
- the value of the
file
record component
-