Class HistoricDecisionInputInstanceDto
java.lang.Object
org.camunda.community.rest.client.dto.HistoricDecisionInputInstanceDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class HistoricDecisionInputInstanceDto
extends Object
HistoricDecisionInputInstanceDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclauseName(String clauseName) createTime(OffsetDateTime createTime) decisionInstanceId(String decisionInstanceId) booleanerrorMessage(String errorMessage) The id of the clause the input value belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The name of the clause the input value belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The time the variable was inserted.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The id of the decision instance the input value belongs to.org.openapitools.jackson.nullable.JsonNullable<String>An error message in case a Java Serialized Object could not be de-serialized.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the decision input value.org.openapitools.jackson.nullable.JsonNullable<String>The time after which the entry should be removed by the History Cleanup job.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The process instance id of the root process instance that initiated the process containing this entry.org.openapitools.jackson.nullable.JsonNullable<String>getType()The value type of the variable.org.openapitools.jackson.nullable.JsonNullable<String>getValue()The variable's value.A JSON object containing additional, value-type-dependent properties.inthashCode()putValueInfoItem(String key, Object valueInfoItem) removalTime(OffsetDateTime removalTime) rootProcessInstanceId(String rootProcessInstanceId) voidsetClauseId(String clauseId) voidsetClauseId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> clauseId) voidsetClauseName(String clauseName) voidsetClauseName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> clauseName) voidsetCreateTime(OffsetDateTime createTime) voidsetCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime) voidsetDecisionInstanceId(String decisionInstanceId) voidsetDecisionInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> decisionInstanceId) voidsetErrorMessage(String errorMessage) voidsetErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetRemovalTime(OffsetDateTime removalTime) voidsetRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) voidsetRootProcessInstanceId(String rootProcessInstanceId) voidsetRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidvoidsetValueInfo(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_ID
- See Also:
-
JSON_PROPERTY_DECISION_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CLAUSE_ID
- See Also:
-
JSON_PROPERTY_CLAUSE_NAME
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_CREATE_TIME
- See Also:
-
JSON_PROPERTY_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_VALUE_INFO
- See Also:
-
-
Constructor Details
-
HistoricDecisionInputInstanceDto
public HistoricDecisionInputInstanceDto()
-
-
Method Details
-
id
-
getId
The id of the decision input value.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
decisionInstanceId
-
getDecisionInstanceId
The id of the decision instance the input value belongs to.- Returns:
- decisionInstanceId
-
getDecisionInstanceId_JsonNullable
-
setDecisionInstanceId_JsonNullable
public void setDecisionInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> decisionInstanceId) -
setDecisionInstanceId
-
clauseId
-
getClauseId
The id of the clause the input value belongs to.- Returns:
- clauseId
-
getClauseId_JsonNullable
-
setClauseId_JsonNullable
public void setClauseId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> clauseId) -
setClauseId
-
clauseName
-
getClauseName
The name of the clause the input value belongs to.- Returns:
- clauseName
-
getClauseName_JsonNullable
-
setClauseName_JsonNullable
public void setClauseName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> clauseName) -
setClauseName
-
errorMessage
-
getErrorMessage
An error message in case a Java Serialized Object could not be de-serialized.- Returns:
- errorMessage
-
getErrorMessage_JsonNullable
-
setErrorMessage_JsonNullable
public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) -
setErrorMessage
-
type
-
getType
The value type of the variable.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
createTime
-
getCreateTime
The time the variable was inserted. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- createTime
-
getCreateTime_JsonNullable
-
setCreateTime_JsonNullable
public void setCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime) -
setCreateTime
-
removalTime
-
getRemovalTime
The time after which the entry should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
getRemovalTime_JsonNullable
-
setRemovalTime_JsonNullable
public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) -
setRemovalTime
-
rootProcessInstanceId
-
getRootProcessInstanceId
The process instance id of the root process instance that initiated the process containing this entry.- Returns:
- rootProcessInstanceId
-
getRootProcessInstanceId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable() -
setRootProcessInstanceId_JsonNullable
public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) -
setRootProcessInstanceId
-
value
-
getValue
The variable's value. Value differs depending on the variable's type and on the `disableCustomObjectDeserialization` parameter.- Returns:
- value
-
setValue
-
valueInfo
-
putValueInfoItem
-
getValueInfo
A JSON object containing additional, value-type-dependent properties. For variables of type `Object`, the following properties are returned: * `objectTypeName`: A string representation of the object's type name. * `serializationDataFormat`: The serialization format used to store the variable.- Returns:
- valueInfo
-
setValueInfo
-
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
-