Package com.mypurecloud.sdk.v2.model
Class DecisionTableOutputColumnRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableOutputColumnRequest
- All Implemented Interfaces:
Serializable
DecisionTableOutputColumnRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) The default row value for this column that will be used for an output value where no value is provided by a row.booleangetValue()inthashCode()voidsetDefaultsTo(DecisionTableColumnDefaultRowValue defaultsTo) voidsetValue(OutputValue value) toString()value(OutputValue value) The output data of this column that will be provided by each row.
-
Constructor Details
-
DecisionTableOutputColumnRequest
public DecisionTableOutputColumnRequest() -
DecisionTableOutputColumnRequest
-
-
Method Details
-
defaultsTo
The default row value for this column that will be used for an output value where no value is provided by a row. -
getDefaultsTo
-
setDefaultsTo
-
value
The output data of this column that will be provided by each row. -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-