Package com.mypurecloud.sdk.v2.model
Class DecisionTableInputColumn
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableInputColumn
- All Implemented Interfaces:
Serializable
DecisionTableInputColumn
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will complete the condition expression where no value is provided by a row.booleanexpression(DecisionTableInputColumnExpression expression) The input column condition expression, comprising the left side and comparator of a logical condition in the form of left|comparator|right, where each row of the decision table will provide the right side to form a complete conditiongetId()inthashCode()voidsetDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) voidsetExpression(DecisionTableInputColumnExpression expression) toString()
-
Constructor Details
-
DecisionTableInputColumn
public DecisionTableInputColumn() -
DecisionTableInputColumn
-
-
Method Details
-
getId
-
defaultsTo
The default row value for this column that will complete the condition expression where no value is provided by a row. -
getDefaultsTo
-
setDefaultsTo
-
expression
The input column condition expression, comprising the left side and comparator of a logical condition in the form of left|comparator|right, where each row of the decision table will provide the right side to form a complete condition -
getExpression
-
setExpression
-
equals
-
hashCode
public int hashCode() -
toString
-