java.lang.Object | |
↳ | com.mapsted.locmarketing.model.NotificationObject |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NotificationObject(String campaignId, String headline, String body, String title, String imageUrl, String negativeButton, PositiveButtonData positiveButtonData) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getBody() | ||||||||||
String | getCampaignId() | ||||||||||
String | getHeadline() | ||||||||||
String | getImageUrl() | ||||||||||
String | getNegativeButton() | ||||||||||
PositiveButtonData | getPositiveButtonData() | ||||||||||
String | getTitle() | ||||||||||
void | setBody(String body) | ||||||||||
void | setCampaignId(String campaignId) | ||||||||||
void | setHeadline(String headline) | ||||||||||
void | setImageUrl(String imageUrl) | ||||||||||
void | setNegativeButton(String negativeButton) | ||||||||||
void | setTitle(String title) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |