Class TrunkMetricsOptions

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

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

    • TrunkMetricsOptions

      public TrunkMetricsOptions()
    • TrunkMetricsOptions

      public TrunkMetricsOptions(Boolean initWithEmptyList)
  • Method Details

    • proxyAddress

      public TrunkMetricsOptions proxyAddress(String proxyAddress)
      Server proxy address that this options array element represents.
    • getProxyAddress

      public String getProxyAddress()
    • setProxyAddress

      public void setProxyAddress(String proxyAddress)
    • optionState

      public TrunkMetricsOptions optionState(Boolean optionState)
    • getOptionState

      public Boolean getOptionState()
    • setOptionState

      public void setOptionState(Boolean optionState)
    • optionStateTime

      public TrunkMetricsOptions optionStateTime(Date optionStateTime)
      ISO 8601 format UTC absolute date & time of the last change of the option state.
    • getOptionStateTime

      public Date getOptionStateTime()
    • setOptionStateTime

      public void setOptionStateTime(Date optionStateTime)
    • errorInfo

      public TrunkMetricsOptions errorInfo(TrunkErrorInfo errorInfo)
    • getErrorInfo

      public TrunkErrorInfo getErrorInfo()
    • setErrorInfo

      public void setErrorInfo(TrunkErrorInfo errorInfo)
    • 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