Package org.cyclos.model.utils
Class PushNotificationEvent<T>
- java.lang.Object
-
- org.cyclos.model.utils.PushNotificationEvent<T>
-
- All Implemented Interfaces:
Serializable
public class PushNotificationEvent<T> extends Object implements Serializable
A push notification event- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAccountId()TgetData()StringgetId()StringgetIdentityProviderRequestId()longgetTimestamp()StringgetToDeviceConfirmationId()StringgetToIdentityProviderRequestId()StringgetToSessionToken()StringgetToTokenNumber()LonggetToUserId()PushNotificationEventType<T>getType()voidsetAccountId(Long accountId)voidsetData(T data)voidsetId(String id)voidsetTimestamp(long timestamp)voidsetToDeviceConfirmationId(String toDeviceConfirmationId)voidsetToIdentityProviderRequestId(String toIdentityProviderRequestId)voidsetToSessionToken(String toSessionToken)voidsetToTokenNumber(String toTokenNumber)voidsetToUserId(Long toUserId)voidsetType(PushNotificationEventType<T> type)StringtoString()
-
-
-
Method Detail
-
getAccountId
public Long getAccountId()
-
getData
public T getData()
-
getId
public String getId()
-
getIdentityProviderRequestId
public String getIdentityProviderRequestId()
-
getTimestamp
public long getTimestamp()
-
getToDeviceConfirmationId
public String getToDeviceConfirmationId()
-
getToIdentityProviderRequestId
public String getToIdentityProviderRequestId()
-
getToSessionToken
public String getToSessionToken()
-
getToTokenNumber
public String getToTokenNumber()
-
getToUserId
public Long getToUserId()
-
getType
public PushNotificationEventType<T> getType()
-
setAccountId
public void setAccountId(Long accountId)
-
setData
public void setData(T data)
-
setId
public void setId(String id)
-
setTimestamp
public void setTimestamp(long timestamp)
-
setToDeviceConfirmationId
public void setToDeviceConfirmationId(String toDeviceConfirmationId)
-
setToIdentityProviderRequestId
public void setToIdentityProviderRequestId(String toIdentityProviderRequestId)
-
setToSessionToken
public void setToSessionToken(String toSessionToken)
-
setToTokenNumber
public void setToTokenNumber(String toTokenNumber)
-
setToUserId
public void setToUserId(Long toUserId)
-
setType
public void setType(PushNotificationEventType<T> type)
-
-