Class ServerMessage

java.lang.Object
com.tenio.core.entity.data.ServerMessage

public final class ServerMessage extends Object
Holding the data sent from client associated with timestamp and vice versa.
  • Method Details

    • newInstance

      public static ServerMessage newInstance()
    • getCreatedTimestamp

      public long getCreatedTimestamp()
    • getData

      public com.tenio.common.data.ZeroElement getData()
    • setData

      public ServerMessage setData(com.tenio.common.data.ZeroElement data)
    • toString

      public String toString()
      Overrides:
      toString in class Object