Package com.mypurecloud.sdk.v2.model
Class AnalyticsResolution
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsResolution
- All Implemented Interfaces:
Serializable
AnalyticsResolution
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies when an event occurred.inthashCode()nNextContactAvoided(Long nNextContactAvoided) The ID of the last queue on which the conversation was handled.voidsetEventTime(Date eventTime) voidsetNNextContactAvoided(Long nNextContactAvoided) voidsetQueueId(String queueId) voidtoString()The ID of the last user who handled the conversation.
-
Constructor Details
-
AnalyticsResolution
public AnalyticsResolution() -
AnalyticsResolution
-
-
Method Details
-
eventTime
Specifies when an event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventTime
-
setEventTime
-
queueId
The ID of the last queue on which the conversation was handled. -
getQueueId
-
setQueueId
-
userId
The ID of the last user who handled the conversation. -
getUserId
-
setUserId
-
nNextContactAvoided
-
getNNextContactAvoided
-
setNNextContactAvoided
-
equals
-
hashCode
public int hashCode() -
toString
-