public static class BWSystem.SystemCAPModifyACLEntryRequest14 extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
String |
description |
boolean |
descriptionIsModified |
String |
netAddress |
boolean |
netAddressIsModified |
Constructor and Description |
---|
SystemCAPModifyACLEntryRequest14(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
SystemCAPModifyACLEntryRequest14(BroadWorksServer bws,
String netAddress) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getDescription() |
String |
getNetAddress() |
BWSystem.SystemCAPModifyACLEntryRequest14 |
setDescription(String description) |
BWSystem.SystemCAPModifyACLEntryRequest14 |
setNetAddress(String netAddress) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@Size(min=1, max=80) public String netAddress
public transient boolean netAddressIsModified
@Size(min=1, max=80) public String description
public transient boolean descriptionIsModified
public SystemCAPModifyACLEntryRequest14(BroadWorksServer bws, String netAddress)
public SystemCAPModifyACLEntryRequest14(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic BWSystem.SystemCAPModifyACLEntryRequest14 setNetAddress(String netAddress)
public String getNetAddress()
public BWSystem.SystemCAPModifyACLEntryRequest14 setDescription(String description)
public String getDescription()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.