Class SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequest
-
- Enclosing class:
- SMDIMessageDesk
public static class SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequest extends Request<DefaultResponse>
Request to delete a SMDI Server route from the system. 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 @NotNull @Size(min=1,max=10) StringrouteDestination
-
Constructor Summary
Constructors Constructor Description SystemSMDIMessageDeskDeleteServerRouteRequest()SystemSMDIMessageDeskDeleteServerRouteRequest(BroadWorksServer broadWorksServer, String routeDestination)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.StringgetRouteDestination()SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequestsetRouteDestination(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 Detail
-
routeDestination
@NotNull @Size(min=1, max=10) protected @NotNull @Size(min=1,max=10) String routeDestination
-
-
Constructor Detail
-
SystemSMDIMessageDeskDeleteServerRouteRequest
public SystemSMDIMessageDeskDeleteServerRouteRequest()
-
SystemSMDIMessageDeskDeleteServerRouteRequest
public SystemSMDIMessageDeskDeleteServerRouteRequest(BroadWorksServer broadWorksServer, String routeDestination)
-
-
Method Detail
-
setRouteDestination
public SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequest setRouteDestination(String routeDestination)
-
getRouteDestination
public String getRouteDestination()
-
getEmptyObject
public static SMDIMessageDesk.SystemSMDIMessageDeskDeleteServerRouteRequest 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>
-
-