Class Enterprise.EnterpriseSessionAdmissionControlGroupGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Enterprise

    public static class Enterprise.EnterpriseSessionAdmissionControlGroupGetResponse
    extends Response
    Response to EnterpriseSessionAdmissionControlGroupGetRequest21sp1V2. Returns the profile information for the session admission control group.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • maxSession

        protected Integer maxSession
      • maxUserOriginatingSessions

        protected Integer maxUserOriginatingSessions
      • maxUserTerminatingSessions

        protected Integer maxUserTerminatingSessions
      • reservedSession

        protected Integer reservedSession
      • reservedUserOriginatingSessions

        protected Integer reservedUserOriginatingSessions
      • reservedUserTerminatingSessions

        protected Integer reservedUserTerminatingSessions
      • defaultGroup

        protected Boolean defaultGroup
      • countIntraSACGroupSessions

        protected Boolean countIntraSACGroupSessions
      • blockEmergencyAndRepairCallsDueToSACLimits

        protected Boolean blockEmergencyAndRepairCallsDueToSACLimits
      • mediaGroupName

        protected String mediaGroupName
      • accessInfoPattern

        protected String accessInfoPattern
      • enterprise

        protected transient Enterprise enterprise
    • Constructor Detail

      • EnterpriseSessionAdmissionControlGroupGetResponse

        public EnterpriseSessionAdmissionControlGroupGetResponse()
    • Method Detail

      • setMaxSession

        public void setMaxSession​(Integer maxSession)
      • getMaxSession

        public Integer getMaxSession()
      • setMaxUserOriginatingSessions

        public void setMaxUserOriginatingSessions​(Integer maxUserOriginatingSessions)
      • getMaxUserOriginatingSessions

        public Integer getMaxUserOriginatingSessions()
      • setMaxUserTerminatingSessions

        public void setMaxUserTerminatingSessions​(Integer maxUserTerminatingSessions)
      • getMaxUserTerminatingSessions

        public Integer getMaxUserTerminatingSessions()
      • setReservedSession

        public void setReservedSession​(Integer reservedSession)
      • getReservedSession

        public Integer getReservedSession()
      • setReservedUserOriginatingSessions

        public void setReservedUserOriginatingSessions​(Integer reservedUserOriginatingSessions)
      • getReservedUserOriginatingSessions

        public Integer getReservedUserOriginatingSessions()
      • setReservedUserTerminatingSessions

        public void setReservedUserTerminatingSessions​(Integer reservedUserTerminatingSessions)
      • getReservedUserTerminatingSessions

        public Integer getReservedUserTerminatingSessions()
      • setDefaultGroup

        public void setDefaultGroup​(Boolean defaultGroup)
      • getDefaultGroup

        public Boolean getDefaultGroup()
      • setCountIntraSACGroupSessions

        public void setCountIntraSACGroupSessions​(Boolean countIntraSACGroupSessions)
      • getCountIntraSACGroupSessions

        public Boolean getCountIntraSACGroupSessions()
      • setBlockEmergencyAndRepairCallsDueToSACLimits

        public void setBlockEmergencyAndRepairCallsDueToSACLimits​(Boolean blockEmergencyAndRepairCallsDueToSACLimits)
      • getBlockEmergencyAndRepairCallsDueToSACLimits

        public Boolean getBlockEmergencyAndRepairCallsDueToSACLimits()
      • setMediaGroupName

        public void setMediaGroupName​(String mediaGroupName)
      • getMediaGroupName

        public String getMediaGroupName()
      • setAccessInfoPattern

        public void setAccessInfoPattern​(String accessInfoPattern)
      • getAccessInfoPattern

        public String getAccessInfoPattern()
      • setEnterprise

        public void setEnterprise​(Enterprise enterprise)
      • getEnterprise

        public Enterprise getEnterprise()
      • setName

        public void setName​(String name)
      • getName

        public String getName()
      • 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