Class HistoricDecisionOutputInstanceDto
java.lang.Object
org.camunda.community.rest.client.dto.HistoricDecisionOutputInstanceDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class HistoricDecisionOutputInstanceDto
extends Object
HistoricDecisionOutputInstanceDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
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 output value belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The name of the clause the output 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 output 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 output 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>The id of the rule the output value belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The order of the rule the output value belongs to.org.openapitools.jackson.nullable.JsonNullable<Integer>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.The name of the output variable.org.openapitools.jackson.nullable.JsonNullable<String>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) voidvoidsetRuleId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ruleId) voidsetRuleOrder(Integer ruleOrder) voidsetRuleOrder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> ruleOrder) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidvoidsetValueInfo(Map<String, Object> valueInfo) voidsetVariableName(String variableName) voidsetVariableName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> variableName) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variableName(String variableName)
-
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_RULE_ID
- See Also:
-
JSON_PROPERTY_RULE_ORDER
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_VARIABLE_NAME
- 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
-
HistoricDecisionOutputInstanceDto
public HistoricDecisionOutputInstanceDto()
-
-
Method Details
-
id
-
getId
The id of the decision output value.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
decisionInstanceId
-
getDecisionInstanceId
The id of the decision instance the output 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 output 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 output value belongs to.- Returns:
- clauseName
-
getClauseName_JsonNullable
-
setClauseName_JsonNullable
public void setClauseName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> clauseName) -
setClauseName
-
ruleId
-
getRuleId
The id of the rule the output value belongs to.- Returns:
- ruleId
-
getRuleId_JsonNullable
-
setRuleId_JsonNullable
-
setRuleId
-
ruleOrder
-
getRuleOrder
The order of the rule the output value belongs to.- Returns:
- ruleOrder
-
getRuleOrder_JsonNullable
-
setRuleOrder_JsonNullable
public void setRuleOrder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> ruleOrder) -
setRuleOrder
-
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
-
variableName
-
getVariableName
The name of the output variable.- Returns:
- variableName
-
getVariableName_JsonNullable
-
setVariableName_JsonNullable
public void setVariableName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> variableName) -
setVariableName
-
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
-