Package co.ecg.alpaca.toolkit.generated
Class Group.GroupSessionAdmissionControlGroupGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupSessionAdmissionControlGroupGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
Group
Response to GroupSessionAdmissionControlGroupGetRequest21sp1V2. Returns the profile information for the session admission control group.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected Boolean
protected Boolean
protected AccessDevice[]
protected Group
protected Integer
protected Integer
protected Integer
protected String
protected String
protected Integer
protected Integer
protected Integer
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
getName()
int
hashCode()
void
setAccessInfoPattern
(String accessInfoPattern) void
setBlockEmergencyAndRepairCallsDueToSACLimits
(Boolean blockEmergencyAndRepairCallsDueToSACLimits) void
setCountIntraSACGroupSessions
(Boolean countIntraSACGroupSessions) void
setDefaultGroup
(Boolean defaultGroup) void
setDevices
(AccessDevice... devices) void
void
setMaxSession
(Integer maxSession) void
setMaxUserOriginatingSessions
(Integer maxUserOriginatingSessions) void
setMaxUserTerminatingSessions
(Integer maxUserTerminatingSessions) void
setMediaGroupName
(String mediaGroupName) void
void
setReservedSession
(Integer reservedSession) void
setReservedUserOriginatingSessions
(Integer reservedUserOriginatingSessions) void
setReservedUserTerminatingSessions
(Integer reservedUserTerminatingSessions) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
maxSession
-
maxUserOriginatingSessions
-
maxUserTerminatingSessions
-
reservedSession
-
reservedUserOriginatingSessions
-
reservedUserTerminatingSessions
-
defaultGroup
-
countIntraSACGroupSessions
-
devices
-
blockEmergencyAndRepairCallsDueToSACLimits
-
mediaGroupName
-
accessInfoPattern
-
group
-
name
-
-
Constructor Details
-
GroupSessionAdmissionControlGroupGetResponse
public GroupSessionAdmissionControlGroupGetResponse()
-
-
Method Details
-
setMaxSession
-
getMaxSession
-
setMaxUserOriginatingSessions
-
getMaxUserOriginatingSessions
-
setMaxUserTerminatingSessions
-
getMaxUserTerminatingSessions
-
setReservedSession
-
getReservedSession
-
setReservedUserOriginatingSessions
-
getReservedUserOriginatingSessions
-
setReservedUserTerminatingSessions
-
getReservedUserTerminatingSessions
-
setDefaultGroup
-
getDefaultGroup
-
setCountIntraSACGroupSessions
-
getCountIntraSACGroupSessions
-
setDevices
-
getDevices
-
setBlockEmergencyAndRepairCallsDueToSACLimits
public void setBlockEmergencyAndRepairCallsDueToSACLimits(Boolean blockEmergencyAndRepairCallsDueToSACLimits) -
getBlockEmergencyAndRepairCallsDueToSACLimits
-
setMediaGroupName
-
getMediaGroupName
-
setAccessInfoPattern
-
getAccessInfoPattern
-
setGroup
-
getGroup
-
setName
-
getName
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-