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