Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicWrapup
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicWrapup
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicWrapup
extends Object
implements Serializable
Call wrap up or disposition data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicWrapup(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionThe user configured wrap up code name.durationSeconds(Long durationSeconds) The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internallyThe timestamp when the wrapup was finished.booleangetCode()getNotes()getTags()inthashCode()Text entered by the agent to describe the call or disposition.voidvoidsetDurationSeconds(Long durationSeconds) voidsetEndTime(Date endTime) voidvoidList of tags selected by the agent to describe the call or disposition.toString()
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicWrapup
public QueueConversationSocialExpressionEventTopicWrapup() -
QueueConversationSocialExpressionEventTopicWrapup
-
-
Method Details
-
code
The user configured wrap up code name. -
getCode
-
setCode
-
notes
Text entered by the agent to describe the call or disposition. -
getNotes
-
setNotes
-
tags
List of tags selected by the agent to describe the call or disposition. -
getTags
-
setTags
-
durationSeconds
The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internally -
getDurationSeconds
-
setDurationSeconds
-
endTime
The timestamp when the wrapup was finished. -
getEndTime
-
setEndTime
-
equals
-
hashCode
public int hashCode() -
toString
-