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