Modifier and Type | Method and Description |
---|---|
String |
getPayloadText()
Returns a
String representing the message payload data. |
void |
setPayloadText(String data)
Sets the message payload data.
|
getAddress, getTimestamp, setAddress
String getPayloadText()
String
representing the message payload data.null
if the payload isn't set, or
this message's payloadsetPayloadText(java.lang.String)
void setPayloadText(String data)
null
.data
- a String
representing the payload datagetPayloadText()