public class Message extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected MessageType |
clazz |
protected String |
code |
protected String |
content |
protected String |
ref |
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
getClazz()
The type of the message.
|
String |
getCode()
A code for this message.
|
String |
getContent()
A single message
|
String |
getRef()
|
void |
setClazz(MessageType value)
Sets the value of the clazz property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
protected String content
protected String ref
protected MessageType clazz
protected String code
public void setContent(String value)
value - allowed object is
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic MessageType getClazz()
MessageTypepublic void setClazz(MessageType value)
value - allowed object is
MessageTypeCopyright © 2011–2022 aiticon GmbH. All rights reserved.