Package io.camunda.client.protocol.rest
Class VariableFilter
java.lang.Object
io.camunda.client.protocol.rest.VariableFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class VariableFilter
extends Object
Variable filter request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the value is truncated or not.getName()Name of the variable.The key of the process instance of this variable.The key of the scope of this variable.Tenant ID of this variable.getValue()The value of the variable.The key for this variable.inthashCode()isTruncated(Boolean isTruncated) name(StringFilterProperty name) processInstanceKey(BasicStringFilterProperty processInstanceKey) scopeKey(BasicStringFilterProperty scopeKey) voidsetIsTruncated(Boolean isTruncated) voidsetName(StringFilterProperty name) voidsetProcessInstanceKey(BasicStringFilterProperty processInstanceKey) voidsetScopeKey(BasicStringFilterProperty scopeKey) voidsetTenantId(String tenantId) voidsetValue(StringFilterProperty value) voidsetVariableKey(BasicStringFilterProperty variableKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.value(StringFilterProperty value) variableKey(BasicStringFilterProperty variableKey)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_IS_TRUNCATED
- See Also:
-
JSON_PROPERTY_VARIABLE_KEY
- See Also:
-
JSON_PROPERTY_SCOPE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
VariableFilter
public VariableFilter()
-
-
Method Details
-
name
-
getName
Name of the variable.- Returns:
- name
-
setName
-
value
-
getValue
The value of the variable.- Returns:
- value
-
setValue
-
tenantId
-
getTenantId
Tenant ID of this variable.- Returns:
- tenantId
-
setTenantId
-
isTruncated
-
getIsTruncated
Whether the value is truncated or not.- Returns:
- isTruncated
-
setIsTruncated
-
variableKey
-
getVariableKey
The key for this variable.- Returns:
- variableKey
-
setVariableKey
-
scopeKey
-
getScopeKey
The key of the scope of this variable.- Returns:
- scopeKey
-
setScopeKey
-
processInstanceKey
-
getProcessInstanceKey
The key of the process instance of this variable.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
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
-