@GwtIncompatible public static class BWSystem.SystemOfficeZoneModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<String> |
description |
protected String |
newOfficeZoneName |
protected String |
officeZoneName |
protected String |
primaryZoneName |
protected ReplacementZoneList |
replacementZoneList |
Constructor and Description |
---|
SystemOfficeZoneModifyRequest(BroadWorksServer broadWorksServer,
String officeZoneName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
com.google.common.base.Optional<String> |
getDescription() |
static BWSystem.SystemOfficeZoneModifyRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getNewOfficeZoneName() |
String |
getOfficeZoneName() |
String |
getPrimaryZoneName() |
ReplacementZoneList |
getReplacementZoneList() |
BWSystem.SystemOfficeZoneModifyRequest |
setDescription(String description) |
BWSystem.SystemOfficeZoneModifyRequest |
setNewOfficeZoneName(String newOfficeZoneName) |
BWSystem.SystemOfficeZoneModifyRequest |
setOfficeZoneName(String officeZoneName) |
BWSystem.SystemOfficeZoneModifyRequest |
setPrimaryZoneName(String primaryZoneName) |
BWSystem.SystemOfficeZoneModifyRequest |
setReplacementZoneList(ReplacementZoneList replacementZoneList) |
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=40) protected String officeZoneName
@Size(min=1, max=40) protected String newOfficeZoneName
protected com.google.common.base.Optional<String> description
protected ReplacementZoneList replacementZoneList
@Size(min=1, max=80) protected String primaryZoneName
public SystemOfficeZoneModifyRequest(BroadWorksServer broadWorksServer, String officeZoneName)
public BWSystem.SystemOfficeZoneModifyRequest setOfficeZoneName(String officeZoneName)
public String getOfficeZoneName()
public BWSystem.SystemOfficeZoneModifyRequest setNewOfficeZoneName(String newOfficeZoneName)
public String getNewOfficeZoneName()
public BWSystem.SystemOfficeZoneModifyRequest setDescription(String description)
public com.google.common.base.Optional<String> getDescription()
public BWSystem.SystemOfficeZoneModifyRequest setReplacementZoneList(ReplacementZoneList replacementZoneList)
public ReplacementZoneList getReplacementZoneList()
public BWSystem.SystemOfficeZoneModifyRequest setPrimaryZoneName(String primaryZoneName)
public String getPrimaryZoneName()
public static BWSystem.SystemOfficeZoneModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.