java.lang.Object
org.glassfish.jersey.examples.aggregator.Message

public class Message extends Object
Message bean.
Author:
Marek Potociar
  • Constructor Details

    • Message

      public Message()
    • Message

      public Message(String text, String rgbColor, String profileImg)
  • Method Details

    • getText

      public String getText()
    • getProfileImg

      public String getProfileImg()
    • getRgbColor

      public String getRgbColor()
    • setRgbColor

      public void setRgbColor(String rgbColor)
    • toString

      public String toString()
      Overrides:
      toString in class Object