public class PushNotificationEventFilter extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,PushNotificationEventFilter> |
TICKET_NUMBER |
static SetProperty<PushNotificationEventType,PushNotificationEventFilter> |
TYPES |
| Constructor and Description |
|---|
PushNotificationEventFilter() |
PushNotificationEventFilter(Property<T,? super PushNotificationEventFilter> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getTicketNumber() |
java.util.Set<PushNotificationEventType> |
getTypes() |
void |
setTicketNumber(java.lang.String ticketNumber) |
void |
setTypes(java.util.Set<PushNotificationEventType> types) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,PushNotificationEventFilter> TICKET_NUMBER
public static final SetProperty<PushNotificationEventType,PushNotificationEventFilter> TYPES
public PushNotificationEventFilter()
public PushNotificationEventFilter(Property<T,? super PushNotificationEventFilter> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getTicketNumber()
public void setTicketNumber(java.lang.String ticketNumber)
public java.util.Set<PushNotificationEventType> getTypes()
public void setTypes(java.util.Set<PushNotificationEventType> types)