Package com.mypurecloud.sdk.v2.model
Class AssignedWrapupCode
java.lang.Object
com.mypurecloud.sdk.v2.model.AssignedWrapupCode
- All Implemented Interfaces:
Serializable
AssignedWrapupCode
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe user configured wrap up code id.durationSeconds(Integer durationSeconds) The duration in seconds of the wrap-up segment.The timestamp when the wrap-up segment ended.booleangetCode()getNotes()getTags()inthashCode()Text entered by the agent to describe the call or disposition.voidvoidsetDurationSeconds(Integer durationSeconds) voidsetEndTime(Date endTime) voidvoidList of tags selected by the agent to describe the call or disposition.toString()
-
Constructor Details
-
AssignedWrapupCode
public AssignedWrapupCode() -
AssignedWrapupCode
-
-
Method Details
-
code
The user configured wrap up code id. -
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 duration in seconds of the wrap-up segment. -
getDurationSeconds
-
setDurationSeconds
-
endTime
The timestamp when the wrap-up segment ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndTime
-
setEndTime
-
equals
-
hashCode
public int hashCode() -
toString
-