@GwtIncompatible public static class BWSystem.SystemScheduleGetEventRequest extends Request<BWSystem.SystemScheduleGetEventResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
eventName |
protected ScheduleKey |
scheduleKey |
Constructor and Description |
---|
SystemScheduleGetEventRequest(BroadWorksServer broadWorksServer,
ScheduleKey scheduleKey,
String eventName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static BWSystem.SystemScheduleGetEventRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getEventName() |
ScheduleKey |
getScheduleKey() |
BWSystem.SystemScheduleGetEventRequest |
setEventName(String eventName) |
BWSystem.SystemScheduleGetEventRequest |
setScheduleKey(ScheduleKey scheduleKey) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected ScheduleKey scheduleKey
@NotNull @Size(min=1, max=40) protected String eventName
public SystemScheduleGetEventRequest(BroadWorksServer broadWorksServer, ScheduleKey scheduleKey, String eventName)
public BWSystem.SystemScheduleGetEventRequest setScheduleKey(ScheduleKey scheduleKey)
public ScheduleKey getScheduleKey()
public BWSystem.SystemScheduleGetEventRequest setEventName(String eventName)
public String getEventName()
public static BWSystem.SystemScheduleGetEventRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<BWSystem.SystemScheduleGetEventResponse>
Copyright © 2016 ECG. All rights reserved.