public class AbstractNotification extends HeaderResponse
Modifier and Type | Class and Description |
---|---|
static class |
AbstractNotification.Filter |
Modifier and Type | Field and Description |
---|---|
protected List<EventTypeEnum> |
events |
protected AbstractNotification.Filter |
filter |
protected String |
id |
Constructor and Description |
---|
AbstractNotification() |
AbstractNotification(String id,
AbstractNotification.Filter filter,
List<EventTypeEnum> events) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getEvents()
Deprecated.
|
List<EventTypeEnum> |
getEventTypes() |
AbstractNotification.Filter |
getFilter() |
String |
getId() |
void |
setEvents(List<String> events)
Deprecated.
|
void |
setEventTypes(List<EventTypeEnum> events) |
void |
setFilter(AbstractNotification.Filter filter) |
void |
setId(String id) |
getRequestId, getResponseHeaders, getStatusCode, toString
protected String id
protected AbstractNotification.Filter filter
protected List<EventTypeEnum> events
public AbstractNotification()
public AbstractNotification(String id, AbstractNotification.Filter filter, List<EventTypeEnum> events)
public String getId()
public void setId(String id)
@Deprecated public List<String> getEvents()
@Deprecated public void setEvents(List<String> events)
public List<EventTypeEnum> getEventTypes()
public void setEventTypes(List<EventTypeEnum> events)
public AbstractNotification.Filter getFilter()
public void setFilter(AbstractNotification.Filter filter)
Copyright © 2019. All rights reserved.