public class PushDelivery extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PushDelivery.Actions |
static class |
PushDelivery.CategoryActions |
static class |
PushDelivery.Type |
Constructor and Description |
---|
PushDelivery() |
public String getAlert()
public void setAlert(String alert)
public String getDeliveryId()
public void setDeliveryId(String deliveryId)
public long getId()
public void setId(long id)
public PushDelivery.Type getType()
public void setType(PushDelivery.Type type)
public PushDelivery.CategoryActions getCategoryActions()
public void setCategoryActions(PushDelivery.CategoryActions categoryActions)
public PushDelivery.Actions getActionRight()
public String getActionRightString(Context ctx)
public void setActionRight(PushDelivery.Actions actionRight)
public PushDelivery.Actions getActionLeft()
public String getActionLeftString(Context ctx)
public void setActionLeft(PushDelivery.Actions actionLeft)
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)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public String getExtra()
public void setExtra(String extra)