Package io.camunda.client.protocol.rest
Class ClusterVariableResultBase
java.lang.Object
io.camunda.client.protocol.rest.ClusterVariableResultBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ClusterVariableResultBase
extends Object
Cluster variable response item.
-
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.inthashCode()kind(ClusterVariableKindEnum kind) putMetadataItem(String key, Object metadataItem) scope(ClusterVariableScopeEnum scope) voidvoidsetMetadata(Map<String, Object> metadata) voidvoidsetScope(ClusterVariableScopeEnum scope) voidsetTenantId(String tenantId) toString()
-
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:
-
-
Constructor Details
-
ClusterVariableResultBase
public ClusterVariableResultBase()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-