public class Message extends Object
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
Message |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
The message code.
|
String |
getText()
The message text.
|
int |
hashCode() |
void |
setCode(String code) |
void |
setText(String text) |
Message |
text(String text) |
String |
toString() |
Copyright © 2022. All rights reserved.