public class Notification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.Type |
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Confirmation |
getConfirmation() |
Date |
getDate() |
Long |
getId() |
String |
getKey() |
IParams |
getParams() |
Date |
getPushDate() |
String |
getPushErrorMessage() |
int |
getPushErrors() |
PushState |
getPushState() |
Notification.Type |
getType() |
String |
getUserId() |
int |
hashCode() |
int |
recordPushError(String message) |
Notification |
setConfirmation(Confirmation confirmation) |
Notification |
setDate(Date date) |
void |
setId(Long id) |
Notification |
setKey(String key) |
<T> Notification |
setParam(Param<T> param,
T value) |
protected Notification |
setParams(IParams params) |
Notification |
setPushDate(Date pushDate) |
Notification |
setPushErrorMessage(String pushErrorMessage) |
Notification |
setPushState(PushState pushState) |
Notification |
setType(Notification.Type type) |
Notification |
setUserId(String userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getUserId()
public Notification setUserId(String userId)
public String getKey()
public Notification setKey(String key)
public Notification.Type getType()
public Notification setType(Notification.Type type)
public Date getDate()
public Notification setDate(Date date)
public IParams getParams()
protected Notification setParams(IParams params)
public <T> Notification setParam(Param<T> param, T value)
public Confirmation getConfirmation()
public Notification setConfirmation(Confirmation confirmation)
public PushState getPushState()
public Notification setPushState(PushState pushState)
public Date getPushDate()
public Notification setPushDate(Date pushDate)
public int getPushErrors()
public int recordPushError(String message)
public String getPushErrorMessage()
public Notification setPushErrorMessage(String pushErrorMessage)
Copyright © 2015 Molindo GmbH. All Rights Reserved.