Class SMDIMessageDesk.SystemSMDIMessageDeskModifyServerRouteRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.SMDIMessageDesk.SystemSMDIMessageDeskModifyServerRouteRequest
- Enclosing class:
- SMDIMessageDesk
public static class SMDIMessageDesk.SystemSMDIMessageDeskModifyServerRouteRequest
extends Request<DefaultResponse>
Replace the list of devices associated with a SMDI server route destination. There must be at least one device in the list. 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 @Valid DeviceNameListprotected @NotNull @Size(min=1,max=10) String -
Constructor Summary
ConstructorsConstructorDescriptionSystemSMDIMessageDeskModifyServerRouteRequest(BroadWorksServer broadWorksServer, String routeDestination) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setDeviceNameList(DeviceNameList deviceNameList) setRouteDestination(String routeDestination) 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
-
routeDestination
-
deviceNameList
-
-
Constructor Details
-
SystemSMDIMessageDeskModifyServerRouteRequest
public SystemSMDIMessageDeskModifyServerRouteRequest() -
SystemSMDIMessageDeskModifyServerRouteRequest
public SystemSMDIMessageDeskModifyServerRouteRequest(BroadWorksServer broadWorksServer, String routeDestination)
-
-
Method Details
-
setRouteDestination
public SMDIMessageDesk.SystemSMDIMessageDeskModifyServerRouteRequest setRouteDestination(String routeDestination) -
getRouteDestination
-
setDeviceNameList
public SMDIMessageDesk.SystemSMDIMessageDeskModifyServerRouteRequest setDeviceNameList(DeviceNameList deviceNameList) -
getDeviceNameList
-
getEmptyObject
public static SMDIMessageDesk.SystemSMDIMessageDeskModifyServerRouteRequest 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>
-