Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoutingGetRouteDeviceListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemRoutingGetRouteDeviceListResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutingGetRouteDeviceListRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemRoutingGetRouteDeviceListRequest extends Request<BWSystem.SystemRoutingGetRouteDeviceListResponse>
Request to get a list of devices for a route. The response is either a SystemRoutingGetRouteDeviceListResponse 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=32) java.lang.String
routeName
-
Constructor Summary
Constructors Constructor Description SystemRoutingGetRouteDeviceListRequest()
SystemRoutingGetRouteDeviceListRequest(BroadWorksServer broadWorksServer, java.lang.String routeName)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemRoutingGetRouteDeviceListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.java.lang.String
getRouteName()
BWSystem.SystemRoutingGetRouteDeviceListRequest
setRouteName(java.lang.String routeName)
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
-
routeName
@NotNull @Size(min=1, max=32) protected @NotNull @Size(min=1,max=32) java.lang.String routeName
-
-
Constructor Details
-
SystemRoutingGetRouteDeviceListRequest
public SystemRoutingGetRouteDeviceListRequest() -
SystemRoutingGetRouteDeviceListRequest
public SystemRoutingGetRouteDeviceListRequest(BroadWorksServer broadWorksServer, java.lang.String routeName)
-
-
Method Details
-
setRouteName
-
getRouteName
public java.lang.String getRouteName() -
getEmptyObject
public static BWSystem.SystemRoutingGetRouteDeviceListRequest 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:
formRequest
in classRequest<BWSystem.SystemRoutingGetRouteDeviceListResponse>
-