Package io.camunda.client.protocol.rest
Class VariableValueFilterRequest
java.lang.Object
io.camunda.client.protocol.rest.VariableValueFilterRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class VariableValueFilterRequest
extends Object
VariableValueFilterRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name of the variable.getValue()The value of the variable.inthashCode()voidvoidsetValue(StringFilterProperty value) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.value(StringFilterProperty value)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
VariableValueFilterRequest
public VariableValueFilterRequest()
-
-
Method Details
-
name
-
getName
Name of the variable.- Returns:
- name
-
setName
-
value
-
getValue
The value of the variable.- Returns:
- value
-
setValue
-
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
-