Package com.mypurecloud.sdk.v2.model
Class DecisionTableRowExecutionOutput
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableRowExecutionOutput
- All Implemented Interfaces:
Serializable
DecisionTableRowExecutionOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRowId()inthashCode()The JSON output produced by this rule.Unique rule identifier.Unique rule identifier.voidsetOutputs(Map<String, Object> outputs) voidvoidsetRowIndex(Integer rowIndex) toString()
-
Constructor Details
-
DecisionTableRowExecutionOutput
public DecisionTableRowExecutionOutput() -
DecisionTableRowExecutionOutput
-
-
Method Details
-
rowId
Unique rule identifier. -
getRowId
-
setRowId
-
rowIndex
Unique rule identifier. -
getRowIndex
-
setRowIndex
-
outputs
The JSON output produced by this rule. Valid according to the execution output contract. In the case of enum decision table output columns, the enum options key will be provided as the value, not the enum options label as this can be changed. For business rules queue columns both “queue” and “id” keys will always be returned regardless of the business rules queue attribute key and these do not change. -
getOutputs
-
setOutputs
-
equals
-
hashCode
public int hashCode() -
toString
-