Class TrunkMetricsRegisters

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

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

    • TrunkMetricsRegisters

      public TrunkMetricsRegisters()
    • TrunkMetricsRegisters

      public TrunkMetricsRegisters(Boolean initWithEmptyList)
  • Method Details

    • proxyAddress

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

      public String getProxyAddress()
    • setProxyAddress

      public void setProxyAddress(String proxyAddress)
    • registerState

      public TrunkMetricsRegisters registerState(Boolean registerState)
      True if last REGISTER message had positive response; false if error response or no response.
    • getRegisterState

      public Boolean getRegisterState()
    • setRegisterState

      public void setRegisterState(Boolean registerState)
    • registerStateTime

      public TrunkMetricsRegisters registerStateTime(Date registerStateTime)
      ISO 8601 format UTC absolute date & time of the last change of the register state.
    • getRegisterStateTime

      public Date getRegisterStateTime()
    • setRegisterStateTime

      public void setRegisterStateTime(Date registerStateTime)
    • errorInfo

      public TrunkMetricsRegisters 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