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