Class Executive.SystemExecutiveModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.Executive.SystemExecutiveModifyRequest
- Enclosing class:
- Executive
public static class Executive.SystemExecutiveModifyRequest extends Request<DefaultResponse>
Request to modify the Executive system 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
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
treatVirtualOnNetCallsAsInternal
-
Constructor Summary
Constructors Constructor Description SystemExecutiveModifyRequest()
SystemExecutiveModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.Boolean
getTreatVirtualOnNetCallsAsInternal()
Executive.SystemExecutiveModifyRequest
setTreatVirtualOnNetCallsAsInternal(Boolean treatVirtualOnNetCallsAsInternal)
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
-
SystemExecutiveModifyRequest
public SystemExecutiveModifyRequest() -
SystemExecutiveModifyRequest
-
-
Method Details
-
setTreatVirtualOnNetCallsAsInternal
public Executive.SystemExecutiveModifyRequest setTreatVirtualOnNetCallsAsInternal(Boolean treatVirtualOnNetCallsAsInternal) -
getTreatVirtualOnNetCallsAsInternal
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-