Package com.mypurecloud.sdk.v2.model
Class DecisionTableInputColumnRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableInputColumnRequest
- All Implemented Interfaces:
Serializable
DecisionTableInputColumnRequest
- 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 conditioninthashCode()voidsetDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) voidsetExpression(DecisionTableInputColumnExpression expression) toString()
-
Constructor Details
-
DecisionTableInputColumnRequest
public DecisionTableInputColumnRequest() -
DecisionTableInputColumnRequest
-
-
Method Details
-
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
-