@GwtIncompatible public static class SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected SystemAccessDevice |
systemAccessDevice |
protected String |
tagName |
protected com.google.common.base.Optional<String> |
tagValue |
Constructor and Description |
---|
SystemAccessDeviceCustomTagModifyRequest(SystemAccessDevice systemAccessDevice,
String tagName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
SystemAccessDevice |
getSystemAccessDevice() |
String |
getTagName() |
com.google.common.base.Optional<String> |
getTagValue() |
SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest |
setSystemAccessDevice(SystemAccessDevice systemAccessDevice) |
SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest |
setTagName(String tagName) |
SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest |
setTagValue(String tagValue) |
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 protected transient SystemAccessDevice systemAccessDevice
@NotNull @Size(min=1, max=64) protected String tagName
protected com.google.common.base.Optional<String> tagValue
public SystemAccessDeviceCustomTagModifyRequest(SystemAccessDevice systemAccessDevice, String tagName)
public SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest setSystemAccessDevice(SystemAccessDevice systemAccessDevice)
public SystemAccessDevice getSystemAccessDevice()
public SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest setTagName(String tagName)
public String getTagName()
public SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest setTagValue(String tagValue)
public com.google.common.base.Optional<String> getTagValue()
public static SystemAccessDevice.SystemAccessDeviceCustomTagModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.