@GwtIncompatible public static class BWSystem.SystemOCICallControlApplicationModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
applicationId |
protected com.google.common.base.Optional<String> |
description |
protected Boolean |
enableSystemWide |
protected Integer |
maxEventChannelsPerSet |
protected Integer |
notificationTimeoutSeconds |
Constructor and Description |
---|
SystemOCICallControlApplicationModifyRequest(BroadWorksServer broadWorksServer,
String applicationId) |
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
protected Boolean enableSystemWide
protected Integer notificationTimeoutSeconds
protected com.google.common.base.Optional<String> description
protected Integer maxEventChannelsPerSet
public SystemOCICallControlApplicationModifyRequest(BroadWorksServer broadWorksServer, String applicationId)
public BWSystem.SystemOCICallControlApplicationModifyRequest setApplicationId(String applicationId)
public String getApplicationId()
public BWSystem.SystemOCICallControlApplicationModifyRequest setEnableSystemWide(Boolean enableSystemWide)
public Boolean getEnableSystemWide()
public BWSystem.SystemOCICallControlApplicationModifyRequest setNotificationTimeoutSeconds(Integer notificationTimeoutSeconds)
public Integer getNotificationTimeoutSeconds()
public BWSystem.SystemOCICallControlApplicationModifyRequest setDescription(String description)
public com.google.common.base.Optional<String> getDescription()
public BWSystem.SystemOCICallControlApplicationModifyRequest setMaxEventChannelsPerSet(Integer maxEventChannelsPerSet)
public Integer getMaxEventChannelsPerSet()
public static BWSystem.SystemOCICallControlApplicationModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.