Class MigrationVariableValidationReportDto
java.lang.Object
org.camunda.community.rest.client.dto.MigrationVariableValidationReportDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class MigrationVariableValidationReportDto
extends Object
MigrationVariableValidationReportDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFailuresItem(String failuresItem) booleanA list of variable validation report messages.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) voidsetFailures(List<String> failures) voidsetFailures_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> failures) 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_FAILURES
- See Also:
-
-
Constructor Details
-
MigrationVariableValidationReportDto
public MigrationVariableValidationReportDto()
-
-
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
-
failures
-
addFailuresItem
-
getFailures
A list of variable validation report messages.- Returns:
- failures
-
getFailures_JsonNullable
-
setFailures_JsonNullable
-
setFailures
-
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
-