Package org.bonitasoft.web.client.model
Class Expression
java.lang.Object
org.bonitasoft.web.client.model.Expression
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class Expression
extends Object
implements Serializable
Expression
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDependenciesItem(Expression dependenciesItem) dependencies(List<Expression> dependencies) booleanexpressionType(String expressionType) the expression contentthe expression dependenciesthe expression typegetId()the expression idthe expression interpretergetName()the expression namethe expression return typeinthashCode()interpreter(String interpreter) returnType(String returnType) voidsetContent(String content) voidsetDependencies(List<Expression> dependencies) voidsetExpressionType(String expressionType) voidvoidsetInterpreter(String interpreter) voidvoidsetReturnType(String returnType) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CONTENT
- See Also:
-
JSON_PROPERTY_EXPRESSION_TYPE
- See Also:
-
JSON_PROPERTY_RETURN_TYPE
- See Also:
-
JSON_PROPERTY_INTERPRETER
- See Also:
-
JSON_PROPERTY_DEPENDENCIES
- See Also:
-
-
Constructor Details
-
Expression
public Expression()
-
-
Method Details
-
id
-
getId
the expression id- Returns:
- id
-
setId
-
name
-
getName
the expression name- Returns:
- name
-
setName
-
content
-
getContent
the expression content- Returns:
- content
-
setContent
-
expressionType
-
getExpressionType
the expression type- Returns:
- expressionType
-
setExpressionType
-
returnType
-
getReturnType
the expression return type- Returns:
- returnType
-
setReturnType
-
interpreter
-
getInterpreter
the expression interpreter- Returns:
- interpreter
-
setInterpreter
-
dependencies
-
addDependenciesItem
-
getDependencies
the expression dependencies- Returns:
- dependencies
-
setDependencies
-
equals
-
hashCode
public int hashCode() -
toString
-