Package com.mypurecloud.sdk.v2.model
Class TrunkMetricsRegisters
java.lang.Object
com.mypurecloud.sdk.v2.model.TrunkMetricsRegisters
- All Implemented Interfaces:
Serializable
TrunkMetricsRegisters
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorInfo(TrunkErrorInfo errorInfo) inthashCode()proxyAddress(String proxyAddress) Server proxy address that this registers array element represents.registerState(Boolean registerState) True if last REGISTER message had positive response; false if error response or no response.registerStateTime(Date registerStateTime) ISO 8601 format UTC absolute date & time of the last change of the register state.voidsetErrorInfo(TrunkErrorInfo errorInfo) voidsetProxyAddress(String proxyAddress) voidsetRegisterState(Boolean registerState) voidsetRegisterStateTime(Date registerStateTime) toString()
-
Constructor Details
-
TrunkMetricsRegisters
public TrunkMetricsRegisters() -
TrunkMetricsRegisters
-
-
Method Details
-
proxyAddress
Server proxy address that this registers array element represents. -
getProxyAddress
-
setProxyAddress
-
registerState
True if last REGISTER message had positive response; false if error response or no response. -
getRegisterState
-
setRegisterState
-
registerStateTime
ISO 8601 format UTC absolute date & time of the last change of the register state. -
getRegisterStateTime
-
setRegisterStateTime
-
errorInfo
-
getErrorInfo
-
setErrorInfo
-
equals
-
hashCode
public int hashCode() -
toString
-