@GwtIncompatible public static class BWSystem.SystemOCICallControlApplicationAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
applicationId |
protected String |
description |
protected Boolean |
enableSystemWide |
protected Integer |
maxEventChannelsPerSet |
protected Integer |
notificationTimeoutSeconds |
Constructor and Description |
---|
SystemOCICallControlApplicationAddRequest(BroadWorksServer broadWorksServer,
String applicationId,
Boolean enableSystemWide,
Integer notificationTimeoutSeconds,
Integer maxEventChannelsPerSet) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getApplicationId() |
String |
getDescription() |
static BWSystem.SystemOCICallControlApplicationAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Boolean |
getEnableSystemWide() |
Integer |
getMaxEventChannelsPerSet() |
Integer |
getNotificationTimeoutSeconds() |
BWSystem.SystemOCICallControlApplicationAddRequest |
setApplicationId(String applicationId) |
BWSystem.SystemOCICallControlApplicationAddRequest |
setDescription(String description) |
BWSystem.SystemOCICallControlApplicationAddRequest |
setEnableSystemWide(Boolean enableSystemWide) |
BWSystem.SystemOCICallControlApplicationAddRequest |
setMaxEventChannelsPerSet(Integer maxEventChannelsPerSet) |
BWSystem.SystemOCICallControlApplicationAddRequest |
setNotificationTimeoutSeconds(Integer notificationTimeoutSeconds) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull @Size(min=1, max=80) protected String applicationId
@NotNull protected Boolean enableSystemWide
@NotNull protected Integer notificationTimeoutSeconds
@Size(min=1, max=80) protected String description
@NotNull protected Integer maxEventChannelsPerSet
public SystemOCICallControlApplicationAddRequest(BroadWorksServer broadWorksServer, String applicationId, Boolean enableSystemWide, Integer notificationTimeoutSeconds, Integer maxEventChannelsPerSet)
public BWSystem.SystemOCICallControlApplicationAddRequest setApplicationId(String applicationId)
public String getApplicationId()
public BWSystem.SystemOCICallControlApplicationAddRequest setEnableSystemWide(Boolean enableSystemWide)
public Boolean getEnableSystemWide()
public BWSystem.SystemOCICallControlApplicationAddRequest setNotificationTimeoutSeconds(Integer notificationTimeoutSeconds)
public Integer getNotificationTimeoutSeconds()
public BWSystem.SystemOCICallControlApplicationAddRequest setDescription(String description)
public String getDescription()
public BWSystem.SystemOCICallControlApplicationAddRequest setMaxEventChannelsPerSet(Integer maxEventChannelsPerSet)
public Integer getMaxEventChannelsPerSet()
public static BWSystem.SystemOCICallControlApplicationAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.