Class EvaluatedDecisionOutputItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluatedDecisionOutputItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-11T12:21:29.045272383Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluatedDecisionOutputItem
extends Object
The evaluated decision outputs.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The ID of the evaluated decision output.The name of the evaluated decision output.The value of the evaluated decision output.int
hashCode()
outputName
(String outputName) outputValue
(String outputValue) void
setOutputId
(String outputId) void
setOutputName
(String outputName) void
setOutputValue
(String outputValue) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_OUTPUT_ID
- See Also:
-
JSON_PROPERTY_OUTPUT_NAME
- See Also:
-
JSON_PROPERTY_OUTPUT_VALUE
- See Also:
-
-
Constructor Details
-
EvaluatedDecisionOutputItem
public EvaluatedDecisionOutputItem()
-
-
Method Details
-
outputId
-
getOutputId
The ID of the evaluated decision output.- Returns:
- outputId
-
setOutputId
-
outputName
-
getOutputName
The name of the evaluated decision output.- Returns:
- outputName
-
setOutputName
-
outputValue
-
getOutputValue
The value of the evaluated decision output.- Returns:
- outputValue
-
setOutputValue
-
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
-