Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest extends Request<DefaultResponse>
Modifies a zone calling physical location for a given zone. Response is a SuccessResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
Fields Modifier and Type Field Description protected Optional<@Size(min=1,max=1024) String>physicalLocationprotected @NotNull @Size(min=1,max=80) StringzoneName -
Constructor Summary
Constructors Constructor Description SystemZoneCallingZonePhysicalLocationModifyRequest()SystemZoneCallingZonePhysicalLocationModifyRequest(BroadWorksServer broadWorksServer, String zoneName) -
Method Summary
Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.Optional<@Size(min=1,max=1024) String>getPhysicalLocation()StringgetZoneName()BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequestsetPhysicalLocation(String physicalLocation)BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequestsetZoneName(String zoneName)BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequestunsetPhysicalLocation()Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
SystemZoneCallingZonePhysicalLocationModifyRequest
public SystemZoneCallingZonePhysicalLocationModifyRequest() -
SystemZoneCallingZonePhysicalLocationModifyRequest
public SystemZoneCallingZonePhysicalLocationModifyRequest(BroadWorksServer broadWorksServer, String zoneName)
-
-
Method Details
-
setZoneName
-
getZoneName
-
unsetPhysicalLocation
-
setPhysicalLocation
public BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest setPhysicalLocation(String physicalLocation) -
getPhysicalLocation
-
getEmptyObject
public static BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.- Parameters:
broadWorksServer- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-