Package org.bonitasoft.web.client.model
Class Expression
- java.lang.Object
-
- org.bonitasoft.web.client.model.Expression
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Expression extends Object implements Serializable
Expression- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTENTstatic StringJSON_PROPERTY_DEPENDENCIESstatic StringJSON_PROPERTY_EXPRESSION_TYPEstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_INTERPRETERstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_RETURN_TYPE
-
Constructor Summary
Constructors Constructor Description Expression()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_CONTENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXPRESSION_TYPE
public static final String JSON_PROPERTY_EXPRESSION_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RETURN_TYPE
public static final String JSON_PROPERTY_RETURN_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INTERPRETER
public static final String JSON_PROPERTY_INTERPRETER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEPENDENCIES
public static final String JSON_PROPERTY_DEPENDENCIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public Expression id(String id)
-
setId
public void setId(String id)
-
name
public Expression name(String name)
-
setName
public void setName(String name)
-
content
public Expression content(String content)
-
setContent
public void setContent(String content)
-
expressionType
public Expression expressionType(String expressionType)
-
getExpressionType
@Nullable public String getExpressionType()
the expression type- Returns:
- expressionType
-
setExpressionType
public void setExpressionType(String expressionType)
-
returnType
public Expression returnType(String returnType)
-
getReturnType
@Nullable public String getReturnType()
the expression return type- Returns:
- returnType
-
setReturnType
public void setReturnType(String returnType)
-
interpreter
public Expression interpreter(String interpreter)
-
getInterpreter
@Nullable public String getInterpreter()
the expression interpreter- Returns:
- interpreter
-
setInterpreter
public void setInterpreter(String interpreter)
-
dependencies
public Expression dependencies(List<Expression> dependencies)
-
addDependenciesItem
public Expression addDependenciesItem(Expression dependenciesItem)
-
getDependencies
@Nullable public List<Expression> getDependencies()
the expression dependencies- Returns:
- dependencies
-
setDependencies
public void setDependencies(List<Expression> dependencies)
-
-