Package io.camunda.client.protocol.rest
Class ExpressionEvaluationResult
java.lang.Object
io.camunda.client.protocol.rest.ExpressionEvaluationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ExpressionEvaluationResult
extends Object
ExpressionEvaluationResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWarningsItem(ExpressionEvaluationWarningItem warningsItem) booleanexpression(String expression) The evaluated expressionThe result value.List of warnings generated during expression evaluationinthashCode()voidsetExpression(String expression) voidvoidsetWarnings(List<ExpressionEvaluationWarningItem> warnings) toString()warnings(List<ExpressionEvaluationWarningItem> warnings)
-
Field Details
-
JSON_PROPERTY_EXPRESSION
- See Also:
-
JSON_PROPERTY_RESULT
- See Also:
-
JSON_PROPERTY_WARNINGS
- See Also:
-
-
Constructor Details
-
ExpressionEvaluationResult
public ExpressionEvaluationResult()
-
-
Method Details
-
expression
-
getExpression
The evaluated expression- Returns:
- expression
-
setExpression
-
result
-
getResult
The result value. Its type can vary.- Returns:
- result
-
setResult
-
warnings
-
addWarningsItem
-
getWarnings
List of warnings generated during expression evaluation- Returns:
- warnings
-
setWarnings
-
equals
-
hashCode
public int hashCode() -
toString
-