public class EventListOptions extends Object
Constructor and Description |
---|
EventListOptions()
Default constructor
|
EventListOptions(JsonObject json)
Constructor from JSON
|
Modifier and Type | Method and Description |
---|---|
BlockingQueryOptions |
getBlockingOptions()
Get options for blocking query
|
String |
getName()
Get event name for filtering on events
|
EventListOptions |
setBlockingOptions(BlockingQueryOptions options)
Set options for blocking query
|
EventListOptions |
setName(String name)
Set event name for filtering on events
|
JsonObject |
toJson()
Convert to JSON
|
public EventListOptions()
public EventListOptions(JsonObject json)
json
- the JSONpublic JsonObject toJson()
public String getName()
public BlockingQueryOptions getBlockingOptions()
public EventListOptions setName(String name)
name
- name of the eventpublic EventListOptions setBlockingOptions(BlockingQueryOptions options)
options
- the blocking optionsCopyright © 2021 Eclipse. All rights reserved.