Package io.rong.imlib
Class NativeObject.MsgUidInfo
-
- All Implemented Interfaces:
public class NativeObject.MsgUidInfo
-
-
Constructor Summary
Constructors Constructor Description NativeObject.MsgUidInfo()
-
Method Summary
Modifier and Type Method Description StringgetMsgUid()voidsetMsgUid(String msgUid)intgetCount()voidsetCount(int count)longgetTimestamp()voidsetTimestamp(long timestamp)-
-
Method Detail
-
getMsgUid
String getMsgUid()
-
setMsgUid
void setMsgUid(String msgUid)
-
getCount
int getCount()
-
setCount
void setCount(int count)
-
getTimestamp
long getTimestamp()
-
setTimestamp
void setTimestamp(long timestamp)
-
-
-
-