Package io.rong.imlib
Class NativeObject.MessageDigestInfo
-
- All Implemented Interfaces:
public class NativeObject.MessageDigestInfo
-
-
Field Summary
Fields Modifier and Type Field Description public int
conversationType
public String
targetId
public String
channelId
public String
messageUid
public String
objectName
public long
sentTime
public boolean
isMentionAll
-
Constructor Summary
Constructors Constructor Description NativeObject.MessageDigestInfo()
-
Method Summary
Modifier and Type Method Description int
getConversationType()
void
setConversationType(int conversationType)
String
getTargetId()
void
setTargetId(String targetId)
String
getChannelId()
void
setChannelId(String channelId)
String
getMessageUid()
void
setMessageUid(String messageUid)
String
getObjectName()
void
setObjectName(String objectName)
long
getSentTime()
void
setSentTime(long sentTime)
boolean
isMentionAll()
void
setMentionAll(boolean mentionAll)
-
-
Method Detail
-
getConversationType
int getConversationType()
-
setConversationType
void setConversationType(int conversationType)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getMessageUid
String getMessageUid()
-
setMessageUid
void setMessageUid(String messageUid)
-
getObjectName
String getObjectName()
-
setObjectName
void setObjectName(String objectName)
-
getSentTime
long getSentTime()
-
setSentTime
void setSentTime(long sentTime)
-
isMentionAll
boolean isMentionAll()
-
setMentionAll
void setMentionAll(boolean mentionAll)
-
-
-
-