Class Group.GroupSessionAdmissionControlGetResponse

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

public static class Group.GroupSessionAdmissionControlGetResponse extends Response
Response to the GroupSessionAdmissionControlGetRequest. The response contains the session admission control capacity allocated for the group.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • restrictAggregateSessions

      protected Boolean restrictAggregateSessions
    • maxSessions

      protected Integer maxSessions
    • maxUserOriginatingSessions

      protected Integer maxUserOriginatingSessions
    • maxUserTerminatingSessions

      protected Integer maxUserTerminatingSessions
    • countIntraGroupSessions

      protected Boolean countIntraGroupSessions
    • group

      protected transient Group group
  • Constructor Details

    • GroupSessionAdmissionControlGetResponse

      public GroupSessionAdmissionControlGetResponse()
  • Method Details

    • setRestrictAggregateSessions

      public void setRestrictAggregateSessions(Boolean restrictAggregateSessions)
    • getRestrictAggregateSessions

      public Boolean getRestrictAggregateSessions()
    • setMaxSessions

      public void setMaxSessions(Integer maxSessions)
    • getMaxSessions

      public Integer getMaxSessions()
    • setMaxUserOriginatingSessions

      public void setMaxUserOriginatingSessions(Integer maxUserOriginatingSessions)
    • getMaxUserOriginatingSessions

      public Integer getMaxUserOriginatingSessions()
    • setMaxUserTerminatingSessions

      public void setMaxUserTerminatingSessions(Integer maxUserTerminatingSessions)
    • getMaxUserTerminatingSessions

      public Integer getMaxUserTerminatingSessions()
    • setCountIntraGroupSessions

      public void setCountIntraGroupSessions(Boolean countIntraGroupSessions)
    • getCountIntraGroupSessions

      public Boolean getCountIntraGroupSessions()
    • 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