Package io.camunda.client.protocol.rest
Class ClusterVariableResult
java.lang.Object
io.camunda.client.protocol.rest.ClusterVariableResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ClusterVariableResult
extends Object
ClusterVariableResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKind()Get kindA generic key-value metadata bag attached to the cluster variable.getName()The name of the cluster variable.getScope()Get scopeOnly provided if the cluster variable scope is TENANT.getValue()Full value of this cluster variable.inthashCode()kind(ClusterVariableKindEnum kind) putMetadataItem(String key, Object metadataItem) scope(ClusterVariableScopeEnum scope) voidvoidsetMetadata(Map<String, Object> metadata) voidvoidsetScope(ClusterVariableScopeEnum scope) voidsetTenantId(String tenantId) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
ClusterVariableResult
public ClusterVariableResult()
-
-
Method Details
-
name
-
getName
The name of the cluster variable. Unique within its scope (global or tenant-specific).- Returns:
- name
-
setName
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
tenantId
-
getTenantId
Only provided if the cluster variable scope is TENANT. Null for global scope variables.- Returns:
- tenantId
-
setTenantId
-
metadata
-
putMetadataItem
-
getMetadata
A generic key-value metadata bag attached to the cluster variable. Values are strings or numbers.- Returns:
- metadata
-
setMetadata
-
kind
-
getKind
Get kind- Returns:
- kind
-
setKind
-
value
-
getValue
Full value of this cluster variable.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-