Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCPEConfigRebuildConfigFileRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCPEConfigRebuildConfigFileRequest
- Enclosing class:
BWSystem
public static class BWSystem.SystemCPEConfigRebuildConfigFileRequest
extends Request<DefaultResponse>
Rebuild the system default config file for the specified device type. If the device type is not specified, all files for all device types in the system are rebuilt. 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
FieldsModifier and TypeFieldDescriptionprotected @Size(min=1,max=40) Stringprotected @AssertTrue Booleanprotected CPEDeviceConfigRebuildType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidForms the XML Document for this Request Object.getForce()setDeviceType(String deviceType) setRebuildType(CPEDeviceConfigRebuildType rebuildType) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
deviceType
-
rebuildType
-
force
-
-
Constructor Details
-
SystemCPEConfigRebuildConfigFileRequest
public SystemCPEConfigRebuildConfigFileRequest() -
SystemCPEConfigRebuildConfigFileRequest
-
-
Method Details
-
setDeviceType
-
getDeviceType
-
setRebuildType
public BWSystem.SystemCPEConfigRebuildConfigFileRequest setRebuildType(CPEDeviceConfigRebuildType rebuildType) -
getRebuildType
-
setFlagForce
-
forceFlagExist
public boolean forceFlagExist() -
getForce
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-