Package app.ductape.sdk.graph.types
Record Class GraphTypes.ExecuteGraphActionOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.graph.types.GraphTypes.ExecuteGraphActionOptions
- Enclosing class:
- GraphTypes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()Returns the value of theactionrecord component.cache()Returns the value of thecacherecord component.env()Returns the value of theenvrecord component.final booleanIndicates whether some other object is "equal to" this one.graph()Returns the value of thegraphrecord component.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
-
ExecuteGraphActionOptions
public ExecuteGraphActionOptions(String product, String env, String graph, String action, Map<String, Object> input, String session, String cache) Creates an instance of aExecuteGraphActionOptionsrecord class.- Parameters:
product- the value for theproductrecord componentenv- the value for theenvrecord componentgraph- the value for thegraphrecord 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
-
graph
Returns the value of thegraphrecord component.- Returns:
- the value of the
graphrecord 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
-