Package app.ductape.sdk.database.types
Record Class ActionTypes.ActionExecuteOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.database.types.ActionTypes.ActionExecuteOptions
- Enclosing class:
- ActionTypes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()Returns the value of theactionrecord component.cache()Returns the value of thecacherecord component.database()Returns the value of thedatabaserecord 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.input()Returns the value of theinputrecord component.product()Returns the value of theproductrecord component.session()Returns the value of thesessionrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ActionExecuteOptions
public ActionExecuteOptions(String product, String env, String database, String action, Map<String, Object> input, String session, String cache) Creates an instance of aActionExecuteOptionsrecord class.- Parameters:
product- the value for theproductrecord componentenv- the value for theenvrecord componentdatabase- the value for thedatabaserecord componentaction- the value for theactionrecord componentinput- the value for theinputrecord componentsession- the value for thesessionrecord 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
-
database
Returns the value of thedatabaserecord component.- Returns:
- the value of the
databaserecord component
-
action
Returns the value of theactionrecord component.- Returns:
- the value of the
actionrecord component
-
input
Returns the value of theinputrecord component.- Returns:
- the value of the
inputrecord component
-
session
Returns the value of thesessionrecord component.- Returns:
- the value of the
sessionrecord component
-
cache
Returns the value of thecacherecord component.- Returns:
- the value of the
cacherecord component
-