Class 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:
    Serialized Form
    • Field Detail

      • 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 Detail

      • GroupSessionAdmissionControlGetResponse

        public GroupSessionAdmissionControlGetResponse()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object