public class PushDelivery extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PushDelivery.Type |
Constructor and Description |
---|
PushDelivery() |
Modifier and Type | Method and Description |
---|---|
String |
getAlert() |
long |
getId() |
Date |
getReceivedDate() |
String |
getText() |
String |
getThumbnailUrl() |
String |
getTitle() |
PushDelivery.Type |
getType() |
String |
getUrl() |
void |
setAlert(String alert) |
void |
setId(long id) |
void |
setReceivedDate(Date receivedDate) |
void |
setText(String text) |
void |
setThumbnailUrl(String thumbnailUrl) |
void |
setTitle(String title) |
void |
setType(PushDelivery.Type type) |
void |
setUrl(String url) |
public String getAlert()
public void setAlert(String alert)
public long getId()
public void setId(long id)
public PushDelivery.Type getType()
public void setType(PushDelivery.Type type)
public String getTitle()
public void setTitle(String title)
public String getText()
public void setText(String text)
public String getThumbnailUrl()
public void setThumbnailUrl(String thumbnailUrl)
public String getUrl()
public void setUrl(String url)
public Date getReceivedDate()
public void setReceivedDate(Date receivedDate)