Package com.mypurecloud.sdk.v2.model
Class DecisionTableExecutionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableExecutionResponse
- All Implemented Interfaces:
Serializable
DecisionTableExecutionResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTable()inthashCode()rowExecutionOutputs(List<DecisionTableRowExecutionOutput> rowExecutionOutputs) The output data for each executed row for which output is collected.voidsetRowExecutionOutputs(List<DecisionTableRowExecutionOutput> rowExecutionOutputs) voidvoidsetTopMatchRows(List<DecisionTableRowEntityRef> topMatchRows) voidsetTotalMatchRowCount(Integer totalMatchRowCount) table(DecisionTableVersionEntity table) The decision table version entity that was executed.topMatchRows(List<DecisionTableRowEntityRef> topMatchRows) Top 5 rows matching execution input, excluding the one produced the result.toString()totalMatchRowCount(Integer totalMatchRowCount) Total number of rows that matched execution input and would return results
-
Constructor Details
-
DecisionTableExecutionResponse
public DecisionTableExecutionResponse() -
DecisionTableExecutionResponse
-
-
Method Details
-
table
The decision table version entity that was executed. -
getTable
-
setTable
-
totalMatchRowCount
Total number of rows that matched execution input and would return results -
getTotalMatchRowCount
-
setTotalMatchRowCount
-
topMatchRows
Top 5 rows matching execution input, excluding the one produced the result. -
getTopMatchRows
-
setTopMatchRows
-
rowExecutionOutputs
public DecisionTableExecutionResponse rowExecutionOutputs(List<DecisionTableRowExecutionOutput> rowExecutionOutputs) The output data for each executed row for which output is collected. -
getRowExecutionOutputs
-
setRowExecutionOutputs
-
equals
-
hashCode
public int hashCode() -
toString
-