Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
- Enclosing class:
- BWSystem
@ChoiceGroup("cancelAllEvents") @ChoiceGroup("cancelMultipleEvents") @ChoiceGroup("eventId")
public static class BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
extends Request<DefaultResponse>
Cancel pending and in progress events. Either all events, multiple events, or a list of specified events can be canceled. When specifying multiple events, an event must meet all specified criteria to be canceled. 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 String
protected @Valid CancelMultipleEvents
protected Integer[]
-
Constructor Summary
ConstructorsConstructorDescriptionSystemDeviceManagementInProgressAndPendingEventCancelRequest
(BroadWorksServer broadWorksServer) SystemDeviceManagementInProgressAndPendingEventCancelRequest
(BroadWorksServer broadWorksServer, CancelMultipleEvents cancelMultipleEvents) SystemDeviceManagementInProgressAndPendingEventCancelRequest
(BroadWorksServer broadWorksServer, Integer... eventId) SystemDeviceManagementInProgressAndPendingEventCancelRequest
(BroadWorksServer broadWorksServer, String cancelAllEvents) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.Integer[]
setCancelAllEvents
(String cancelAllEvents) setCancelMultipleEvents
(CancelMultipleEvents cancelMultipleEvents) setEventId
(Integer... eventId) 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
-
cancelAllEvents
-
cancelMultipleEvents
-
eventId
-
-
Constructor Details
-
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest() -
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer) -
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, String cancelAllEvents) -
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, CancelMultipleEvents cancelMultipleEvents) -
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, Integer... eventId)
-
-
Method Details
-
setCancelAllEvents
public BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest setCancelAllEvents(String cancelAllEvents) -
getCancelAllEvents
-
setCancelMultipleEvents
public BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest setCancelMultipleEvents(CancelMultipleEvents cancelMultipleEvents) -
getCancelMultipleEvents
-
setEventId
public BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest setEventId(Integer... eventId) -
getEventId
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-