Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDeviceManagementGetEventStatusSummaryCountRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemDeviceManagementGetEventStatusSummaryCountResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemDeviceManagementGetEventStatusSummaryCountRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemDeviceManagementGetEventStatusSummaryCountRequest extends Request<BWSystem.SystemDeviceManagementGetEventStatusSummaryCountResponse>
Request a summary table of the number of events in state 'Pending', 'Queued Internally', and 'Completed' in the system per action. One row is returned per action. Actions are as per the DeviceManagementEventActionType (ex: Delete, Download, Rebuild, Reset, Upload). The state 'Queued Internally' includes total for events with status equal to 'Queued' and 'In Progress' as per DeviceManagementEventStatus. The response is either SystemDeviceManagementGetEventStatusSummaryCountResponse or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description SystemDeviceManagementGetEventStatusSummaryCountRequest()SystemDeviceManagementGetEventStatusSummaryCountRequest(BroadWorksServer broadWorksServer)
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, formRequest, 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
-
-
-
-
Constructor Detail
-
SystemDeviceManagementGetEventStatusSummaryCountRequest
public SystemDeviceManagementGetEventStatusSummaryCountRequest()
-
SystemDeviceManagementGetEventStatusSummaryCountRequest
public SystemDeviceManagementGetEventStatusSummaryCountRequest(BroadWorksServer broadWorksServer)
-
-