Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemGeographicRedundancyProxyModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemGeographicRedundancyProxyModifyRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemGeographicRedundancyProxyModifyRequest extends Request<DefaultResponse>
Modify the list of Geographic Redundancy Proxysystem parameters The response is either 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
-
-
Constructor Summary
Constructors Constructor Description SystemGeographicRedundancyProxyModifyRequest()
SystemGeographicRedundancyProxyModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.Boolean
getEnabled()
BWSystem.SystemGeographicRedundancyProxyModifyRequest
setEnabled(Boolean enabled)
-
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 Detail
-
enabled
protected Boolean enabled
-
-
Constructor Detail
-
SystemGeographicRedundancyProxyModifyRequest
public SystemGeographicRedundancyProxyModifyRequest()
-
SystemGeographicRedundancyProxyModifyRequest
public SystemGeographicRedundancyProxyModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setEnabled
public BWSystem.SystemGeographicRedundancyProxyModifyRequest setEnabled(Boolean enabled)
-
getEnabled
public Boolean getEnabled()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-