public class Message extends Object
| Constructor and Description |
|---|
Message() |
Message(String text,
String rgbColor,
String profileImg) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfileImg() |
String |
getRgbColor() |
String |
getText() |
void |
setRgbColor(String rgbColor) |
String |
toString() |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.