Class TriggerVariableValueDto
java.lang.Object
org.camunda.community.rest.client.dto.TriggerVariableValueDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TriggerVariableValueDto
extends Object
TriggerVariableValueDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLocal()Indicates whether the variable should be a local variable or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>getType()The value type of the variable.org.openapitools.jackson.nullable.JsonNullable<String>getValue()Can be any value - string, number, boolean, array or object.org.openapitools.jackson.nullable.JsonNullable<Object>A JSON object containing additional, value-type-dependent properties.inthashCode()putValueInfoItem(String key, Object valueInfoItem) voidvoidsetLocal_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> local) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidvoidsetValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> value) voidsetValueInfo(Map<String, Object> valueInfo) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE_INFO
- See Also:
-
JSON_PROPERTY_LOCAL
- See Also:
-
-
Constructor Details
-
TriggerVariableValueDto
public TriggerVariableValueDto()
-
-
Method Details
-
value
-
getValue
Can be any value - string, number, boolean, array or object. **Note**: Not every endpoint supports every type.- Returns:
- value
-
getValue_JsonNullable
-
setValue_JsonNullable
-
setValue
-
type
-
getType
The value type of the variable.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
valueInfo
-
putValueInfoItem
-
getValueInfo
A JSON object containing additional, value-type-dependent properties. For serialized variables of type Object, the following properties can be provided: * `objectTypeName`: A string representation of the object's type name. * `serializationDataFormat`: The serialization format used to store the variable. For serialized variables of type File, the following properties can be provided: * `filename`: The name of the file. This is not the variable name but the name that will be used when downloading the file again. * `mimetype`: The MIME type of the file that is being uploaded. * `encoding`: The encoding of the file that is being uploaded. The following property can be provided for all value types: * `transient`: Indicates whether the variable should be transient or not. See [documentation](https://docs.camunda.org/manual/7.21/user-guide/process-engine/variables#transient-variables) for more informations. (Not applicable for `decision-definition`, ` /process-instance/variables-async`, and `/migration/executeAsync` endpoints)- Returns:
- valueInfo
-
setValueInfo
-
local
-
getLocal
Indicates whether the variable should be a local variable or not. If set to true, the variable becomes a local variable of the execution entering the target activity.- Returns:
- local
-
getLocal_JsonNullable
-
setLocal_JsonNullable
-
setLocal
-
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
-