@GwtIncompatible public static class GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description |
|---|---|
protected GroupAccessDevice |
groupAccessDevice |
protected String |
tagName |
protected String |
tagValue |
| Constructor and Description |
|---|
GroupAccessDeviceCustomTagAddRequest(GroupAccessDevice groupAccessDevice,
String tagName) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
GroupAccessDevice |
getGroupAccessDevice() |
String |
getTagName() |
String |
getTagValue() |
GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest |
setGroupAccessDevice(GroupAccessDevice groupAccessDevice) |
GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest |
setTagName(String tagName) |
GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest |
setTagValue(String tagValue) |
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 protected transient GroupAccessDevice groupAccessDevice
@NotNull
@Size(min=1,
max=64)
protected String tagName
@Size(min=1,
max=256)
protected String tagValue
public GroupAccessDeviceCustomTagAddRequest(GroupAccessDevice groupAccessDevice, String tagName)
public GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest setGroupAccessDevice(GroupAccessDevice groupAccessDevice)
public GroupAccessDevice getGroupAccessDevice()
public GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest setTagName(String tagName)
public String getTagName()
public GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest setTagValue(String tagValue)
public String getTagValue()
public static GroupAccessDevice.GroupAccessDeviceCustomTagAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2017 ECG. All rights reserved.