Package com.mypurecloud.sdk.v2.model
Class Row
java.lang.Object
com.mypurecloud.sdk.v2.model.Row
- All Implemented Interfaces:
Serializable
Row
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRowId()inthashCode()inputs(Map<String, DecisionTableRowParameterValue> inputs) The input values of the row.outputs(Map<String, DecisionTableRowParameterValue> outputs) The output values of the row.The ID of the row to updatevoidsetInputs(Map<String, DecisionTableRowParameterValue> inputs) voidsetOutputs(Map<String, DecisionTableRowParameterValue> outputs) voidtoString()
-
Constructor Details
-
Row
public Row() -
Row
-
-
Method Details
-
rowId
The ID of the row to update -
getRowId
-
setRowId
-
inputs
The input values of the row. The key for this map is the column ID the row value relates. Column IDs are available from the decision table entity. -
getInputs
-
setInputs
-
outputs
The output values of the row. The key for this map is the column ID the row value relates. Column IDs are available from the decision table entity. -
getOutputs
-
setOutputs
-
equals
-
hashCode
public int hashCode() -
toString
-