@GwtIncompatible public static class BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected com.google.common.base.Optional<String> |
description |
protected ChargingFunctionElementServerType |
type |
Constructor and Description |
---|
SystemAccountingModifyChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer,
String address) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getAddress() |
com.google.common.base.Optional<String> |
getDescription() |
static BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
ChargingFunctionElementServerType |
getType() |
BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest |
setAddress(String address) |
BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest |
setDescription(String description) |
BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest |
setType(ChargingFunctionElementServerType type) |
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=256) protected String address
protected ChargingFunctionElementServerType type
protected com.google.common.base.Optional<String> description
public SystemAccountingModifyChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer, String address)
public BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest setAddress(String address)
public String getAddress()
public BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest setType(ChargingFunctionElementServerType type)
public ChargingFunctionElementServerType getType()
public BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest setDescription(String description)
public com.google.common.base.Optional<String> getDescription()
public static BWSystem.SystemAccountingModifyChargingFunctionElementServerRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2017 ECG. All rights reserved.