Package app.ductape.sdk.sessions
Record Class SessionsTypes.ListSessionsOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.sessions.SessionsTypes.ListSessionsOptions
- Enclosing class:
- SessionsTypes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncache()Returns the value of thecacherecord 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.Returns the value of theidentifierrecord component.limit()Returns the value of thelimitrecord component.page()Returns the value of thepagerecord component.product()Returns the value of theproductrecord component.tag()Returns the value of thetagrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ListSessionsOptions
public ListSessionsOptions(String product, String env, String tag, String identifier, Integer page, Integer limit, String cache) Creates an instance of aListSessionsOptionsrecord class.- Parameters:
product- the value for theproductrecord componentenv- the value for theenvrecord componenttag- the value for thetagrecord componentidentifier- the value for theidentifierrecord componentpage- the value for thepagerecord componentlimit- the value for thelimitrecord componentcache- the value for thecacherecord 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
-
tag
Returns the value of thetagrecord component.- Returns:
- the value of the
tagrecord component
-
identifier
Returns the value of theidentifierrecord component.- Returns:
- the value of the
identifierrecord 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
-
cache
Returns the value of thecacherecord component.- Returns:
- the value of the
cacherecord component
-