Package app.ductape.sdk.vector.types
Record Class VectorActionInterfaceTypes.VectorActionCreateOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.vector.types.VectorActionInterfaceTypes.VectorActionCreateOptions
- Enclosing class:
- VectorActionInterfaceTypes
public static record VectorActionInterfaceTypes.VectorActionCreateOptions(String product, String vector, String name, String actionTag, String operation, String description, VectorActionInterfaceTypes.VectorActionTemplate template, List<VectorActionInterfaceTypes.VectorActionParam> parameters)
extends Record
TS
IVectorActionCreateOptions-
Constructor Summary
ConstructorsConstructorDescriptionVectorActionCreateOptions(String product, String vector, String name, String actionTag, String operation, String description, VectorActionInterfaceTypes.VectorActionTemplate template, List<VectorActionInterfaceTypes.VectorActionParam> parameters) Creates an instance of aVectorActionCreateOptionsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theactionTagrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.Returns the value of theoperationrecord component.Returns the value of theparametersrecord component.product()Returns the value of theproductrecord component.template()Returns the value of thetemplaterecord component.final StringtoString()Returns a string representation of this record class.vector()Returns the value of thevectorrecord component.
-
Constructor Details
-
VectorActionCreateOptions
public VectorActionCreateOptions(String product, String vector, String name, String actionTag, String operation, String description, VectorActionInterfaceTypes.VectorActionTemplate template, List<VectorActionInterfaceTypes.VectorActionParam> parameters) Creates an instance of aVectorActionCreateOptionsrecord class.- Parameters:
product- the value for theproductrecord componentvector- the value for thevectorrecord componentname- the value for thenamerecord componentactionTag- the value for theactionTagrecord componentoperation- the value for theoperationrecord componentdescription- the value for thedescriptionrecord componenttemplate- the value for thetemplaterecord componentparameters- the value for theparametersrecord 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
-
vector
Returns the value of thevectorrecord component.- Returns:
- the value of the
vectorrecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
actionTag
Returns the value of theactionTagrecord component.- Returns:
- the value of the
actionTagrecord component
-
operation
Returns the value of theoperationrecord component.- Returns:
- the value of the
operationrecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
template
Returns the value of thetemplaterecord component.- Returns:
- the value of the
templaterecord component
-
parameters
Returns the value of theparametersrecord component.- Returns:
- the value of the
parametersrecord component
-