Class MessageExpansion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String value
      public long ts
      public final static Creator<MessageExpansion> CREATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageExpansion(String value, long ts)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getValue()
      void setValue(String value)
      long getTs()
      void setTs(long ts)
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait