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 String
getMsgUid()
void
setMsgUid(String msgUid)
int
getCount()
void
setCount(int count)
long
getTimestamp()
void
setTimestamp(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)
-
-
-
-