@GwtIncompatible public static class BWSystem.SystemApplicationControllerAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
channelSetId |
protected String |
name |
protected String |
subscriberId |
Constructor and Description |
---|
SystemApplicationControllerAddRequest(BroadWorksServer broadWorksServer,
String name,
String subscriberId,
String channelSetId) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getChannelSetId() |
static BWSystem.SystemApplicationControllerAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getName() |
String |
getSubscriberId() |
BWSystem.SystemApplicationControllerAddRequest |
setChannelSetId(String channelSetId) |
BWSystem.SystemApplicationControllerAddRequest |
setName(String name) |
BWSystem.SystemApplicationControllerAddRequest |
setSubscriberId(String subscriberId) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRootElement, toString, validate
@NotNull @Size(min=1, max=40) protected String name
@NotNull @Size(min=1, max=161) protected String subscriberId
@NotNull @Size(min=1, max=256) protected String channelSetId
public SystemApplicationControllerAddRequest(BroadWorksServer broadWorksServer, String name, String subscriberId, String channelSetId)
public BWSystem.SystemApplicationControllerAddRequest setName(String name)
public String getName()
public BWSystem.SystemApplicationControllerAddRequest setSubscriberId(String subscriberId)
public String getSubscriberId()
public BWSystem.SystemApplicationControllerAddRequest setChannelSetId(String channelSetId)
public String getChannelSetId()
public static BWSystem.SystemApplicationControllerAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2017 ECG. All rights reserved.