Package app.ductape.sdk.vector.types
Record Class VectorActionInterfaceTypes.VectorActionExecuteOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.vector.types.VectorActionInterfaceTypes.VectorActionExecuteOptions
- Enclosing class:
- VectorActionInterfaceTypes
public static record VectorActionInterfaceTypes.VectorActionExecuteOptions(String product, String env, String vector, String action, Map<String,Object> input, String session)
extends Record
TS
IVectorActionExecuteOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()Returns the value of theactionrecord 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.vector()Returns the value of thevectorrecord component.
-
Constructor Details
-
VectorActionExecuteOptions
public VectorActionExecuteOptions(String product, String env, String vector, String action, Map<String, Object> input, String session) Creates an instance of aVectorActionExecuteOptionsrecord class.- Parameters:
product- the value for theproductrecord componentenv- the value for theenvrecord componentvector- the value for thevectorrecord componentaction- the value for theactionrecord componentinput- the value for theinputrecord componentsession- the value for thesessionrecord 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
-
vector
Returns the value of thevectorrecord component.- Returns:
- the value of the
vectorrecord 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
-