Class Group.GroupScheduleGetEventDetailListResponse

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

public static class Group.GroupScheduleGetEventDetailListResponse extends Response
Response to GroupScheduleGetEventDetailListRequest. The response contains a list of ScheduleEvents. If the scheduleKey doesn't refer to an existing schedule on the AS, then the response will be empty.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • scheduleEventsList

      protected ScheduleEvents[] scheduleEventsList
    • group

      protected transient Group group
    • scheduleKey

      protected ScheduleKey scheduleKey
  • Constructor Details

    • GroupScheduleGetEventDetailListResponse

      public GroupScheduleGetEventDetailListResponse()
  • Method Details

    • setScheduleEventsList

      public void setScheduleEventsList(ScheduleEvents... scheduleEventsList)
    • getScheduleEventsList

      public ScheduleEvents[] getScheduleEventsList()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • setScheduleKey

      public void setScheduleKey(ScheduleKey scheduleKey)
    • getScheduleKey

      public ScheduleKey getScheduleKey()
    • 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