Package io.camunda.client.protocol.rest
Class VariableResult
java.lang.Object
io.camunda.client.protocol.rest.VariableResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class VariableResult
extends Object
Variable search response item.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFull value of this variable.Whether the value is truncated or not.getName()Name of this variable.The key of the process instance of this variable.The key of the scope of this variable.Tenant ID of this variable.getValue()Value of this variable.The key for this variable.inthashCode()isTruncated(Boolean isTruncated) processInstanceKey(String processInstanceKey) voidsetFullValue(String fullValue) voidsetIsTruncated(Boolean isTruncated) voidvoidsetProcessInstanceKey(String processInstanceKey) voidsetScopeKey(String scopeKey) voidsetTenantId(String tenantId) voidvoidsetVariableKey(String variableKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variableKey(String variableKey)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_FULL_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
-
VariableResult
public VariableResult()
-
-
Method Details
-
name
-
getName
Name of this variable.- Returns:
- name
-
setName
-
value
-
getValue
Value of this variable.- Returns:
- value
-
setValue
-
fullValue
-
getFullValue
Full value of this variable.- Returns:
- fullValue
-
setFullValue
-
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
-