Class AssignedWrapupCode

java.lang.Object
com.mypurecloud.sdk.v2.model.AssignedWrapupCode
All Implemented Interfaces:
Serializable

public class AssignedWrapupCode extends Object implements Serializable
AssignedWrapupCode
See Also:
  • Constructor Details

    • AssignedWrapupCode

      public AssignedWrapupCode()
    • AssignedWrapupCode

      public AssignedWrapupCode(Boolean initWithEmptyList)
  • Method Details

    • code

      public AssignedWrapupCode code(String code)
      The user configured wrap up code id.
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • notes

      public AssignedWrapupCode notes(String notes)
      Text entered by the agent to describe the call or disposition.
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • tags

      public AssignedWrapupCode tags(List<String> tags)
      List of tags selected by the agent to describe the call or disposition.
    • getTags

      public List<String> getTags()
    • setTags

      public void setTags(List<String> tags)
    • durationSeconds

      public AssignedWrapupCode durationSeconds(Integer durationSeconds)
      The duration in seconds of the wrap-up segment.
    • getDurationSeconds

      public Integer getDurationSeconds()
    • setDurationSeconds

      public void setDurationSeconds(Integer durationSeconds)
    • endTime

      public AssignedWrapupCode endTime(Date 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

      public Date getEndTime()
    • setEndTime

      public void setEndTime(Date endTime)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object