Class GroupMusicOnHold.GroupMusicOnHoldGetDepartmentListResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.GroupMusicOnHold.GroupMusicOnHoldGetDepartmentListResponse
All Implemented Interfaces:
Serializable
Enclosing class:
GroupMusicOnHold

public static class GroupMusicOnHold.GroupMusicOnHoldGetDepartmentListResponse extends Response
Response to the GroupMusicOnHoldGetDepartmentListRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • hasDepartment

      protected Boolean hasDepartment
    • department

      protected DepartmentKey[] department
    • departmentFullPath

      protected String[] departmentFullPath
    • group

      protected transient Group group
  • Constructor Details

    • GroupMusicOnHoldGetDepartmentListResponse

      public GroupMusicOnHoldGetDepartmentListResponse()
  • Method Details

    • setHasDepartment

      public void setHasDepartment(Boolean hasDepartment)
    • getHasDepartment

      public Boolean getHasDepartment()
    • setDepartment

      public void setDepartment(DepartmentKey... department)
    • getDepartment

      public DepartmentKey[] getDepartment()
    • setDepartmentFullPath

      public void setDepartmentFullPath(String... departmentFullPath)
    • getDepartmentFullPath

      public String[] getDepartmentFullPath()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • 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