Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicWrapup
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicWrapup
- All Implemented Interfaces:
Serializable
Call wrap up or disposition data.
- See Also:
-
Constructor Summary
Constructors -
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
-
ConversationEventTopicWrapup
public ConversationEventTopicWrapup() -
ConversationEventTopicWrapup
-
-
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
-