com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TopicConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<EventType> |
events()
Returns events.
|
Filter |
filter()
Returns filter.
|
void |
setEvents(List<EventType> events)
Sets event.
|
void |
setFilter(Filter filter)
Sets filter.
|
void |
setId(String id)
Sets ID.
|
void |
setTopic(String topic)
Sets topic.
|
String |
topic()
Returns topic.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TopicConfiguration()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic void setId(String id)
public String topic()
public void setTopic(String topic)
public List<EventType> events() throws InvalidArgumentException
InvalidArgumentExceptionpublic Filter filter()
public void setFilter(Filter filter)