Class NewMessage

java.lang.Object
org.teamapps.application.server.rest.NewMessage

public class NewMessage
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    NewMessage()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getChannelId()  
    java.lang.String getMessage()  
    long getTimestamp()  
    void setChannelId​(java.lang.String channelId)  
    void setMessage​(java.lang.String message)  
    void setTimestamp​(long timestamp)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NewMessage

      public NewMessage()
  • Method Details

    • getChannelId

      public java.lang.String getChannelId()
    • setChannelId

      public void setChannelId​(java.lang.String channelId)
    • getMessage

      public java.lang.String getMessage()
    • setMessage

      public void setMessage​(java.lang.String message)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp​(long timestamp)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object