Package co.ecg.alpaca.toolkit.generated
Class Group.GroupSessionAdmissionControlModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupSessionAdmissionControlModifyRequest
- Enclosing class:
- Group
public static class Group.GroupSessionAdmissionControlModifyRequest extends Request<DefaultResponse>
Request to modify session admission control capacity for the group. The response is either a SuccessResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
countIntraGroupSessions
protected @NotNull @Valid Group
group
protected java.util.Optional<java.lang.Integer>
maxSessions
protected java.util.Optional<java.lang.Integer>
maxUserOriginatingSessions
protected java.util.Optional<java.lang.Integer>
maxUserTerminatingSessions
protected java.lang.Boolean
restrictAggregateSessions
-
Constructor Summary
Constructors Constructor Description GroupSessionAdmissionControlModifyRequest()
GroupSessionAdmissionControlModifyRequest(Group group)
-
Method Summary
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
group
-
restrictAggregateSessions
protected java.lang.Boolean restrictAggregateSessions -
maxSessions
protected java.util.Optional<java.lang.Integer> maxSessions -
maxUserOriginatingSessions
protected java.util.Optional<java.lang.Integer> maxUserOriginatingSessions -
maxUserTerminatingSessions
protected java.util.Optional<java.lang.Integer> maxUserTerminatingSessions -
countIntraGroupSessions
protected java.lang.Boolean countIntraGroupSessions
-
-
Constructor Details
-
GroupSessionAdmissionControlModifyRequest
public GroupSessionAdmissionControlModifyRequest() -
GroupSessionAdmissionControlModifyRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setRestrictAggregateSessions
public Group.GroupSessionAdmissionControlModifyRequest setRestrictAggregateSessions(java.lang.Boolean restrictAggregateSessions) -
getRestrictAggregateSessions
public java.lang.Boolean getRestrictAggregateSessions() -
setMaxSessions
public Group.GroupSessionAdmissionControlModifyRequest setMaxSessions(java.lang.Integer maxSessions) -
getMaxSessions
public java.util.Optional<java.lang.Integer> getMaxSessions() -
setMaxUserOriginatingSessions
public Group.GroupSessionAdmissionControlModifyRequest setMaxUserOriginatingSessions(java.lang.Integer maxUserOriginatingSessions) -
getMaxUserOriginatingSessions
public java.util.Optional<java.lang.Integer> getMaxUserOriginatingSessions() -
setMaxUserTerminatingSessions
public Group.GroupSessionAdmissionControlModifyRequest setMaxUserTerminatingSessions(java.lang.Integer maxUserTerminatingSessions) -
getMaxUserTerminatingSessions
public java.util.Optional<java.lang.Integer> getMaxUserTerminatingSessions() -
setCountIntraGroupSessions
public Group.GroupSessionAdmissionControlModifyRequest setCountIntraGroupSessions(java.lang.Boolean countIntraGroupSessions) -
getCountIntraGroupSessions
public java.lang.Boolean getCountIntraGroupSessions() -
getEmptyObject
public static Group.GroupSessionAdmissionControlModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-