Package app.ductape.sdk.brokers.types
Record Class BrokerTypes.GetBrokerDeadLettersOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.brokers.types.BrokerTypes.GetBrokerDeadLettersOptions
- Enclosing class:
- BrokerTypes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebrokerTagrecord component.Returns the value of theconsumerTagrecord component.endDate()Returns the value of theendDaterecord component.env()Returns the value of theenvrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.limit()Returns the value of thelimitrecord component.page()Returns the value of thepagerecord component.product()Returns the value of theproductrecord component.Returns the value of thestartDaterecord component.topicTag()Returns the value of thetopicTagrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GetBrokerDeadLettersOptions
public GetBrokerDeadLettersOptions(String product, String env, String brokerTag, String topicTag, String consumerTag, Date startDate, Date endDate, Integer page, Integer limit) Creates an instance of aGetBrokerDeadLettersOptionsrecord class.- Parameters:
product- the value for theproductrecord componentenv- the value for theenvrecord componentbrokerTag- the value for thebrokerTagrecord componenttopicTag- the value for thetopicTagrecord componentconsumerTag- the value for theconsumerTagrecord componentstartDate- the value for thestartDaterecord componentendDate- the value for theendDaterecord componentpage- the value for thepagerecord componentlimit- the value for thelimitrecord 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). -
product
Returns the value of theproductrecord component.- Returns:
- the value of the
productrecord component
-
env
Returns the value of theenvrecord component.- Returns:
- the value of the
envrecord component
-
brokerTag
Returns the value of thebrokerTagrecord component.- Returns:
- the value of the
brokerTagrecord component
-
topicTag
Returns the value of thetopicTagrecord component.- Returns:
- the value of the
topicTagrecord component
-
consumerTag
Returns the value of theconsumerTagrecord component.- Returns:
- the value of the
consumerTagrecord component
-
startDate
Returns the value of thestartDaterecord component.- Returns:
- the value of the
startDaterecord component
-
endDate
Returns the value of theendDaterecord component.- Returns:
- the value of the
endDaterecord component
-
page
Returns the value of thepagerecord component.- Returns:
- the value of the
pagerecord component
-
limit
Returns the value of thelimitrecord component.- Returns:
- the value of the
limitrecord component
-