Package io.camunda.client.protocol.rest
Class UpdateClusterVariableRequest
java.lang.Object
io.camunda.client.protocol.rest.UpdateClusterVariableRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class UpdateClusterVariableRequest
extends Object
UpdateClusterVariableRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA generic key-value metadata bag attached to the cluster variable.getValue()The new value of the cluster variable.inthashCode()putMetadataItem(String key, Object metadataItem) voidsetMetadata(Map<String, Object> metadata) voidtoString()
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
-
Constructor Details
-
UpdateClusterVariableRequest
public UpdateClusterVariableRequest()
-
-
Method Details
-
value
-
getValue
The new value of the cluster variable. Can be any JSON object or primitive value. Will be serialized as a JSON string in responses.- Returns:
- value
-
setValue
-
metadata
-
putMetadataItem
-
getMetadata
A generic key-value metadata bag attached to the cluster variable. Values must be strings or numbers. Limited to 100 entries and a configurable maximum serialized size (default: 100 entries at max key length of a cluster variable name (256 chars) plus the maximum value length, 8192 characters).- Returns:
- metadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-