Package org.openapitools.client.model
Class HistoricDecisionOutputInstanceDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricDecisionOutputInstanceDto
-
public class HistoricDecisionOutputInstanceDto extends Object
HistoricDecisionOutputInstanceDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CLAUSE_IDstatic StringSERIALIZED_NAME_CLAUSE_NAMEstatic StringSERIALIZED_NAME_CREATE_TIMEstatic StringSERIALIZED_NAME_DECISION_INSTANCE_IDstatic StringSERIALIZED_NAME_ERROR_MESSAGEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_REMOVAL_TIMEstatic StringSERIALIZED_NAME_ROOT_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_RULE_IDstatic StringSERIALIZED_NAME_RULE_ORDERstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VALUEstatic StringSERIALIZED_NAME_VALUE_INFOstatic StringSERIALIZED_NAME_VARIABLE_NAME
-
Constructor Summary
Constructors Constructor Description HistoricDecisionOutputInstanceDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricDecisionOutputInstanceDtoclauseId(String clauseId)HistoricDecisionOutputInstanceDtoclauseName(String clauseName)HistoricDecisionOutputInstanceDtocreateTime(Date createTime)HistoricDecisionOutputInstanceDtodecisionInstanceId(String decisionInstanceId)booleanequals(Object o)HistoricDecisionOutputInstanceDtoerrorMessage(String errorMessage)StringgetClauseId()The id of the clause the output value belongs to.StringgetClauseName()The name of the clause the output value belongs to.DategetCreateTime()The time the variable was inserted.StringgetDecisionInstanceId()The id of the decision instance the output value belongs to.StringgetErrorMessage()An error message in case a Java Serialized Object could not be de-serialized.StringgetId()The id of the decision output value.DategetRemovalTime()The time after which the entry should be removed by the History Cleanup job.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process containing this entry.StringgetRuleId()The id of the rule the output value belongs to.IntegergetRuleOrder()The order of the rule the output value belongs to.StringgetType()The value type of the variable.ObjectgetValue()The variable's value.Map<String,Object>getValueInfo()A JSON object containing additional, value-type-dependent properties.StringgetVariableName()The name of the output variable.inthashCode()HistoricDecisionOutputInstanceDtoid(String id)HistoricDecisionOutputInstanceDtoputValueInfoItem(String key, Object valueInfoItem)HistoricDecisionOutputInstanceDtoremovalTime(Date removalTime)HistoricDecisionOutputInstanceDtorootProcessInstanceId(String rootProcessInstanceId)HistoricDecisionOutputInstanceDtoruleId(String ruleId)HistoricDecisionOutputInstanceDtoruleOrder(Integer ruleOrder)voidsetClauseId(String clauseId)voidsetClauseName(String clauseName)voidsetCreateTime(Date createTime)voidsetDecisionInstanceId(String decisionInstanceId)voidsetErrorMessage(String errorMessage)voidsetId(String id)voidsetRemovalTime(Date removalTime)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetRuleId(String ruleId)voidsetRuleOrder(Integer ruleOrder)voidsetType(String type)voidsetValue(Object value)voidsetValueInfo(Map<String,Object> valueInfo)voidsetVariableName(String variableName)StringtoString()HistoricDecisionOutputInstanceDtotype(String type)HistoricDecisionOutputInstanceDtovalue(Object value)HistoricDecisionOutputInstanceDtovalueInfo(Map<String,Object> valueInfo)HistoricDecisionOutputInstanceDtovariableName(String variableName)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DECISION_INSTANCE_ID
public static final String SERIALIZED_NAME_DECISION_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLAUSE_ID
public static final String SERIALIZED_NAME_CLAUSE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLAUSE_NAME
public static final String SERIALIZED_NAME_CLAUSE_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RULE_ID
public static final String SERIALIZED_NAME_RULE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RULE_ORDER
public static final String SERIALIZED_NAME_RULE_ORDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VARIABLE_NAME
public static final String SERIALIZED_NAME_VARIABLE_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_CREATE_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE_INFO
public static final String SERIALIZED_NAME_VALUE_INFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public HistoricDecisionOutputInstanceDto id(String id)
-
getId
public String getId()
The id of the decision output value.- Returns:
- id
-
setId
public void setId(String id)
-
decisionInstanceId
public HistoricDecisionOutputInstanceDto decisionInstanceId(String decisionInstanceId)
-
getDecisionInstanceId
public String getDecisionInstanceId()
The id of the decision instance the output value belongs to.- Returns:
- decisionInstanceId
-
setDecisionInstanceId
public void setDecisionInstanceId(String decisionInstanceId)
-
clauseId
public HistoricDecisionOutputInstanceDto clauseId(String clauseId)
-
getClauseId
public String getClauseId()
The id of the clause the output value belongs to.- Returns:
- clauseId
-
setClauseId
public void setClauseId(String clauseId)
-
clauseName
public HistoricDecisionOutputInstanceDto clauseName(String clauseName)
-
getClauseName
public String getClauseName()
The name of the clause the output value belongs to.- Returns:
- clauseName
-
setClauseName
public void setClauseName(String clauseName)
-
ruleId
public HistoricDecisionOutputInstanceDto ruleId(String ruleId)
-
getRuleId
public String getRuleId()
The id of the rule the output value belongs to.- Returns:
- ruleId
-
setRuleId
public void setRuleId(String ruleId)
-
ruleOrder
public HistoricDecisionOutputInstanceDto ruleOrder(Integer ruleOrder)
-
getRuleOrder
public Integer getRuleOrder()
The order of the rule the output value belongs to.- Returns:
- ruleOrder
-
setRuleOrder
public void setRuleOrder(Integer ruleOrder)
-
errorMessage
public HistoricDecisionOutputInstanceDto errorMessage(String errorMessage)
-
getErrorMessage
public String getErrorMessage()
An error message in case a Java Serialized Object could not be de-serialized.- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
variableName
public HistoricDecisionOutputInstanceDto variableName(String variableName)
-
getVariableName
public String getVariableName()
The name of the output variable.- Returns:
- variableName
-
setVariableName
public void setVariableName(String variableName)
-
type
public HistoricDecisionOutputInstanceDto type(String type)
-
getType
public String getType()
The value type of the variable.- Returns:
- type
-
setType
public void setType(String type)
-
createTime
public HistoricDecisionOutputInstanceDto createTime(Date createTime)
-
getCreateTime
public Date getCreateTime()
The time the variable was inserted. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- createTime
-
setCreateTime
public void setCreateTime(Date createTime)
-
removalTime
public HistoricDecisionOutputInstanceDto removalTime(Date removalTime)
-
getRemovalTime
public Date getRemovalTime()
The time after which the entry should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
setRemovalTime
public void setRemovalTime(Date removalTime)
-
rootProcessInstanceId
public HistoricDecisionOutputInstanceDto rootProcessInstanceId(String rootProcessInstanceId)
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing this entry.- Returns:
- rootProcessInstanceId
-
setRootProcessInstanceId
public void setRootProcessInstanceId(String rootProcessInstanceId)
-
value
public HistoricDecisionOutputInstanceDto value(Object value)
-
getValue
public Object getValue()
The variable's value. Value differs depending on the variable's type and on the `disableCustomObjectDeserialization` parameter.- Returns:
- value
-
setValue
public void setValue(Object value)
-
valueInfo
public HistoricDecisionOutputInstanceDto valueInfo(Map<String,Object> valueInfo)
-
putValueInfoItem
public HistoricDecisionOutputInstanceDto putValueInfoItem(String key, Object valueInfoItem)
-
getValueInfo
public Map<String,Object> 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
-
-