Class OutputValue

java.lang.Object
com.mypurecloud.sdk.v2.model.OutputValue
All Implemented Interfaces:
Serializable

public class OutputValue extends Object implements Serializable
OutputValue
See Also:
  • Constructor Details

    • OutputValue

      public OutputValue()
    • OutputValue

      public OutputValue(Boolean initWithEmptyList)
  • Method Details

    • schemaPropertyKey

      public OutputValue schemaPropertyKey(String schemaPropertyKey)
      The contract schema property key that describes the output value of this column.
    • getSchemaPropertyKey

      public String getSchemaPropertyKey()
    • setSchemaPropertyKey

      public void setSchemaPropertyKey(String schemaPropertyKey)
    • properties

      public OutputValue properties(List<OutputValue> properties)
      The nested output properties of this column that will be provided by each row, if any.
    • getProperties

      public List<OutputValue> getProperties()
    • setProperties

      public void setProperties(List<OutputValue> properties)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object