Package com.mypurecloud.sdk.v2.model
Class OutputValue
java.lang.Object
com.mypurecloud.sdk.v2.model.OutputValue
- All Implemented Interfaces:
Serializable
OutputValue
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()properties(List<OutputValue> properties) The nested output properties of this column that will be provided by each row, if any.schemaPropertyKey(String schemaPropertyKey) The contract schema property key that describes the output value of this column.voidsetProperties(List<OutputValue> properties) voidsetSchemaPropertyKey(String schemaPropertyKey) toString()
-
Constructor Details
-
OutputValue
public OutputValue() -
OutputValue
-
-
Method Details
-
schemaPropertyKey
The contract schema property key that describes the output value of this column. -
getSchemaPropertyKey
-
setSchemaPropertyKey
-
properties
The nested output properties of this column that will be provided by each row, if any. -
getProperties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-