Package io.rong.imlib.model
Class MessageExpansion
-
- All Implemented Interfaces:
public class MessageExpansion
-
-
Constructor Summary
Constructors Constructor Description MessageExpansion(String value, long ts)
-
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)
-
-
Method Detail
-
getValue
String getValue()
-
setValue
void setValue(String value)
-
getTs
long getTs()
-
setTs
void setTs(long ts)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-