public class Message extends Object
| Constructor and Description |
|---|
Message(String receiver,
String token,
String deviceType,
String title,
String body) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getDeviceType() |
String |
getReceiver() |
String |
getTitle() |
String |
getToken() |
void |
setBody(String body) |
void |
setDeviceType(String deviceType) |
void |
setReceiver(String to) |
void |
setTitle(String title) |
void |
setToken(String token) |
public String getReceiver()
public void setReceiver(String to)
public String getToken()
public void setToken(String token)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.