public abstract class Message extends Object
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Get message body.
|
String |
getUuid()
Get message UUID.
|
void |
setBody(String body)
Set message body.
|
void |
setUuid(String uuid)
Set message UUID.
|
public String getUuid()
public void setUuid(String uuid)
uuid - message unique identifier.public String getBody()
public void setBody(String body)
body - message bodyCopyright © 2012–2017 Codenvy, S.A.. All rights reserved.