Package org.cyclos.model.utils
Class PushNotificationEventFilter
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.utils.PushNotificationEventFilter
-
- All Implemented Interfaces:
Serializable
public class PushNotificationEventFilter extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,PushNotificationEventFilter>DEVICE_CONFIRMATION_IDstatic BasicProperty<String,PushNotificationEventFilter>IDENTITY_PROVIDER_REQUEST_IDstatic BasicProperty<String,PushNotificationEventFilter>TICKET_NUMBERstatic SetProperty<PushNotificationEventType,PushNotificationEventFilter>TYPES
-
Constructor Summary
Constructors Constructor Description PushNotificationEventFilter()PushNotificationEventFilter(Property<T,? super PushNotificationEventFilter> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetDeviceConfirmationId()StringgetIdentityProviderRequestId()StringgetTicketNumber()Set<PushNotificationEventType>getTypes()voidsetDeviceConfirmationId(String deviceConfirmationId)voidsetIdentityProviderRequestId(String identityProviderRequestId)voidsetTicketNumber(String ticketNumber)voidsetTypes(Set<PushNotificationEventType> types)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DEVICE_CONFIRMATION_ID
public static final BasicProperty<String,PushNotificationEventFilter> DEVICE_CONFIRMATION_ID
-
IDENTITY_PROVIDER_REQUEST_ID
public static final BasicProperty<String,PushNotificationEventFilter> IDENTITY_PROVIDER_REQUEST_ID
-
TICKET_NUMBER
public static final BasicProperty<String,PushNotificationEventFilter> TICKET_NUMBER
-
TYPES
public static final SetProperty<PushNotificationEventType,PushNotificationEventFilter> TYPES
-
-
Constructor Detail
-
PushNotificationEventFilter
public PushNotificationEventFilter()
-
PushNotificationEventFilter
public PushNotificationEventFilter(Property<T,? super PushNotificationEventFilter> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getDeviceConfirmationId
public String getDeviceConfirmationId()
-
setDeviceConfirmationId
public void setDeviceConfirmationId(String deviceConfirmationId)
-
getIdentityProviderRequestId
public String getIdentityProviderRequestId()
-
setIdentityProviderRequestId
public void setIdentityProviderRequestId(String identityProviderRequestId)
-
getTicketNumber
public String getTicketNumber()
-
setTicketNumber
public void setTicketNumber(String ticketNumber)
-
getTypes
public Set<PushNotificationEventType> getTypes()
-
setTypes
public void setTypes(Set<PushNotificationEventType> types)
-
-