Package io.camunda.client.protocol.rest
Class EvaluatedDecisionOutputItem
java.lang.Object
io.camunda.client.protocol.rest.EvaluatedDecisionOutputItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class EvaluatedDecisionOutputItem
extends Object
The evaluated decision outputs.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the evaluated decison output item.The name of the of the evaluated decison output item.The value of the evaluated decison output item.The ID of the matched rule.The index of the matched rule.inthashCode()outputName(String outputName) outputValue(String outputValue) voidsetOutputId(String outputId) voidsetOutputName(String outputName) voidsetOutputValue(String outputValue) voidvoidsetRuleIndex(Integer ruleIndex) toString()
-
Field Details
-
JSON_PROPERTY_OUTPUT_ID
- See Also:
-
JSON_PROPERTY_OUTPUT_NAME
- See Also:
-
JSON_PROPERTY_OUTPUT_VALUE
- See Also:
-
JSON_PROPERTY_RULE_ID
- See Also:
-
JSON_PROPERTY_RULE_INDEX
- See Also:
-
-
Constructor Details
-
EvaluatedDecisionOutputItem
public EvaluatedDecisionOutputItem()
-
-
Method Details
-
outputId
-
getOutputId
The ID of the evaluated decison output item.- Returns:
- outputId
-
setOutputId
-
outputName
-
getOutputName
The name of the of the evaluated decison output item.- Returns:
- outputName
-
setOutputName
-
outputValue
-
getOutputValue
The value of the evaluated decison output item.- Returns:
- outputValue
-
setOutputValue
-
ruleId
-
getRuleId
The ID of the matched rule.- Returns:
- ruleId
-
setRuleId
-
ruleIndex
-
getRuleIndex
The index of the matched rule.- Returns:
- ruleIndex
-
setRuleIndex
-
equals
-
hashCode
public int hashCode() -
toString
-