Package com.mypurecloud.sdk.v2.model
Class TrunkMetricsOptions
java.lang.Object
com.mypurecloud.sdk.v2.model.TrunkMetricsOptions
- All Implemented Interfaces:
Serializable
TrunkMetricsOptions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorInfo(TrunkErrorInfo errorInfo) inthashCode()optionState(Boolean optionState) optionStateTime(Date optionStateTime) ISO 8601 format UTC absolute date & time of the last change of the option state.proxyAddress(String proxyAddress) Server proxy address that this options array element represents.voidsetErrorInfo(TrunkErrorInfo errorInfo) voidsetOptionState(Boolean optionState) voidsetOptionStateTime(Date optionStateTime) voidsetProxyAddress(String proxyAddress) toString()
-
Constructor Details
-
TrunkMetricsOptions
public TrunkMetricsOptions() -
TrunkMetricsOptions
-
-
Method Details
-
proxyAddress
Server proxy address that this options array element represents. -
getProxyAddress
-
setProxyAddress
-
optionState
-
getOptionState
-
setOptionState
-
optionStateTime
ISO 8601 format UTC absolute date & time of the last change of the option state. -
getOptionStateTime
-
setOptionStateTime
-
errorInfo
-
getErrorInfo
-
setErrorInfo
-
equals
-
hashCode
public int hashCode() -
toString
-