public class ActionResult
extends Object
implements Serializable
Modifier and Type | Field and Description |
---|---|
static ActionResult |
EMPTY_ACTION_RESULT |
Constructor and Description |
---|
ActionResult(List<Event> events,
String location) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
getEvents() |
String |
getLocation() |
public static final ActionResult EMPTY_ACTION_RESULT
public ActionResult(List<Event> events, String location)
public List<Event> getEvents()
public String getLocation()