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