public interface Message
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier for this message.
|
String |
getRawMessage()
Get the message body
|
void |
setId(String id)
Sets the identifier for this message.
|
void |
setRawMessage(String rawMessage)
Store the message body
|
String getId()
void setId(String id)
id - String containing the identifier for this message.void setRawMessage(String rawMessage)
rawMessage - The decoded, decrypted message as a StringString getRawMessage()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"