public static class Group.GroupSessionAdmissionControlGroupGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
blockEmergencyAndRepairCallsDueToSACLimits |
protected Boolean |
countIntraSACGroupSessions |
protected Boolean |
defaultGroup |
protected AccessDevice[] |
devices |
protected Group |
group |
protected Integer |
maxSession |
protected Integer |
maxUserOriginatingSessions |
protected Integer |
maxUserTerminatingSessions |
protected String |
name |
protected Integer |
reservedSession |
protected Integer |
reservedUserOriginatingSessions |
protected Integer |
reservedUserTerminatingSessions |
request, responseContent, xPath
Constructor and Description |
---|
GroupSessionAdmissionControlGroupGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected Integer maxSession
protected Integer maxUserOriginatingSessions
protected Integer maxUserTerminatingSessions
protected Integer reservedSession
protected Integer reservedUserOriginatingSessions
protected Integer reservedUserTerminatingSessions
protected Boolean defaultGroup
protected Boolean countIntraSACGroupSessions
protected AccessDevice[] devices
protected Boolean blockEmergencyAndRepairCallsDueToSACLimits
protected transient Group group
protected String name
public GroupSessionAdmissionControlGroupGetResponse()
public void setMaxSession(Integer maxSession)
public Integer getMaxSession()
public void setMaxUserOriginatingSessions(Integer maxUserOriginatingSessions)
public Integer getMaxUserOriginatingSessions()
public void setMaxUserTerminatingSessions(Integer maxUserTerminatingSessions)
public Integer getMaxUserTerminatingSessions()
public void setReservedSession(Integer reservedSession)
public Integer getReservedSession()
public void setReservedUserOriginatingSessions(Integer reservedUserOriginatingSessions)
public Integer getReservedUserOriginatingSessions()
public void setReservedUserTerminatingSessions(Integer reservedUserTerminatingSessions)
public Integer getReservedUserTerminatingSessions()
public void setDefaultGroup(Boolean defaultGroup)
public Boolean getDefaultGroup()
public void setCountIntraSACGroupSessions(Boolean countIntraSACGroupSessions)
public Boolean getCountIntraSACGroupSessions()
public void setDevices(AccessDevice... devices)
public AccessDevice[] getDevices()
public void setBlockEmergencyAndRepairCallsDueToSACLimits(Boolean blockEmergencyAndRepairCallsDueToSACLimits)
public Boolean getBlockEmergencyAndRepairCallsDueToSACLimits()
public void setGroup(Group group)
public Group getGroup()
public void setName(String name)
public String getName()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.