@GwtIncompatible public static class BWSystem.SystemOCICallControlApplicationAddACLEntryRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
applicationId |
protected String |
description |
protected String |
netAddress |
Constructor and Description |
---|
SystemOCICallControlApplicationAddACLEntryRequest(BroadWorksServer broadWorksServer,
String applicationId,
String netAddress) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getApplicationId() |
String |
getDescription() |
static BWSystem.SystemOCICallControlApplicationAddACLEntryRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getNetAddress() |
BWSystem.SystemOCICallControlApplicationAddACLEntryRequest |
setApplicationId(String applicationId) |
BWSystem.SystemOCICallControlApplicationAddACLEntryRequest |
setDescription(String description) |
BWSystem.SystemOCICallControlApplicationAddACLEntryRequest |
setNetAddress(String netAddress) |
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 @Size(min=1, max=39) protected String netAddress
@Size(min=1, max=80) protected String description
public SystemOCICallControlApplicationAddACLEntryRequest(BroadWorksServer broadWorksServer, String applicationId, String netAddress)
public BWSystem.SystemOCICallControlApplicationAddACLEntryRequest setApplicationId(String applicationId)
public String getApplicationId()
public BWSystem.SystemOCICallControlApplicationAddACLEntryRequest setNetAddress(String netAddress)
public String getNetAddress()
public BWSystem.SystemOCICallControlApplicationAddACLEntryRequest setDescription(String description)
public String getDescription()
public static BWSystem.SystemOCICallControlApplicationAddACLEntryRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.