@GwtIncompatible public static class Group.GroupSessionAdmissionControlGroupAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Boolean |
becomeDefaultGroup |
protected Boolean |
blockEmergencyAndRepairCallsDueToSACLimits |
protected Boolean |
countIntraSACGroupSessions |
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 |
Constructor and Description |
---|
GroupSessionAdmissionControlGroupAddRequest(Group group,
String name,
Integer maxSession,
Integer reservedSession,
Boolean becomeDefaultGroup,
Boolean countIntraSACGroupSessions,
Boolean blockEmergencyAndRepairCallsDueToSACLimits) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected transient Group group
@NotNull @Size(min=1, max=40) protected String name
@NotNull protected Integer maxSession
protected Integer maxUserOriginatingSessions
protected Integer maxUserTerminatingSessions
@NotNull protected Integer reservedSession
protected Integer reservedUserOriginatingSessions
protected Integer reservedUserTerminatingSessions
@NotNull protected Boolean becomeDefaultGroup
@NotNull protected Boolean countIntraSACGroupSessions
protected AccessDevice[] devices
@NotNull protected Boolean blockEmergencyAndRepairCallsDueToSACLimits
public Group.GroupSessionAdmissionControlGroupAddRequest setGroup(Group group)
public Group getGroup()
public Group.GroupSessionAdmissionControlGroupAddRequest setName(String name)
public String getName()
public Group.GroupSessionAdmissionControlGroupAddRequest setMaxSession(Integer maxSession)
public Integer getMaxSession()
public Group.GroupSessionAdmissionControlGroupAddRequest setMaxUserOriginatingSessions(Integer maxUserOriginatingSessions)
public Integer getMaxUserOriginatingSessions()
public Group.GroupSessionAdmissionControlGroupAddRequest setMaxUserTerminatingSessions(Integer maxUserTerminatingSessions)
public Integer getMaxUserTerminatingSessions()
public Group.GroupSessionAdmissionControlGroupAddRequest setReservedSession(Integer reservedSession)
public Integer getReservedSession()
public Group.GroupSessionAdmissionControlGroupAddRequest setReservedUserOriginatingSessions(Integer reservedUserOriginatingSessions)
public Integer getReservedUserOriginatingSessions()
public Group.GroupSessionAdmissionControlGroupAddRequest setReservedUserTerminatingSessions(Integer reservedUserTerminatingSessions)
public Integer getReservedUserTerminatingSessions()
public Group.GroupSessionAdmissionControlGroupAddRequest setBecomeDefaultGroup(Boolean becomeDefaultGroup)
public Boolean getBecomeDefaultGroup()
public Group.GroupSessionAdmissionControlGroupAddRequest setCountIntraSACGroupSessions(Boolean countIntraSACGroupSessions)
public Boolean getCountIntraSACGroupSessions()
public Group.GroupSessionAdmissionControlGroupAddRequest setDevices(AccessDevice... devices)
public AccessDevice[] getDevices()
public Group.GroupSessionAdmissionControlGroupAddRequest setBlockEmergencyAndRepairCallsDueToSACLimits(Boolean blockEmergencyAndRepairCallsDueToSACLimits)
public Boolean getBlockEmergencyAndRepairCallsDueToSACLimits()
public static Group.GroupSessionAdmissionControlGroupAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.