Class Enterprise.EnterpriseSessionAdmissionControlGroupGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.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:
  • Field Details

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

      protected EnterpriseAccessDevice[] devices
    • blockEmergencyAndRepairCallsDueToSACLimits

      protected Boolean blockEmergencyAndRepairCallsDueToSACLimits
    • mediaGroupName

      protected String mediaGroupName
    • accessInfoPattern

      protected String accessInfoPattern
    • enterprise

      protected transient Enterprise enterprise
    • name

      protected String name
  • Constructor Details

    • EnterpriseSessionAdmissionControlGroupGetResponse

      public EnterpriseSessionAdmissionControlGroupGetResponse()
  • Method Details

    • 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()
    • setDevices

      public void setDevices(EnterpriseAccessDevice... devices)
    • getDevices

      public EnterpriseAccessDevice[] getDevices()
    • 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
    • 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