Class TaskByVariables
java.lang.Object
io.camunda.tasklist.generated.model.TaskByVariables
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-29T10:52:23.981575172Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class TaskByVariables
extends Object
TaskByVariables
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe comparison operator to use for the variable.<br>* `eq`: Equals -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()The name of the variable.The comparison operator to use for the variable.<br>* `eq`: EqualsgetValue()The value of the variable.inthashCode()operator(TaskByVariables.OperatorEnum operator) voidvoidsetOperator(TaskByVariables.OperatorEnum operator) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_OPERATOR
- See Also:
-
-
Constructor Details
-
TaskByVariables
public TaskByVariables()
-
-
Method Details
-
name
-
getName
The name of the variable.- Returns:
- name
-
setName
-
value
-
getValue
The value of the variable. When specifying the variable value, it's crucial to maintain consistency with JSON values (serialization for the complex objects such as list) and ensure that strings remain appropriately formatted.- Returns:
- value
-
setValue
-
operator
-
getOperator
The comparison operator to use for the variable.<br>* `eq`: Equals- Returns:
- operator
-
setOperator
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-