Package com.mypurecloud.sdk.v2.model
Class ProvisionInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.ProvisionInfo
- All Implemented Interfaces:
Serializable
ProvisionInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe error information from the provision process, if anygetTime()inthashCode()voidsetErrorInfo(String errorInfo) voidvoidThe source of the provisioningThe time at which this phone was provisioned.toString()
-
Constructor Details
-
ProvisionInfo
public ProvisionInfo() -
ProvisionInfo
-
-
Method Details
-
time
The time at which this phone was provisioned. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTime
-
setTime
-
source
The source of the provisioning -
getSource
-
setSource
-
errorInfo
The error information from the provision process, if any -
getErrorInfo
-
setErrorInfo
-
equals
-
hashCode
public int hashCode() -
toString
-