Class AbstractMessage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractMessage​(java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonElement toJson()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        @SerializedName("type")
        public final java.lang.String type
    • Constructor Detail

      • AbstractMessage

        public AbstractMessage​(java.lang.String type)
    • Method Detail

      • toJson

        public com.google.gson.JsonElement toJson()
      • toString

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