Package io.rong.imlib.model
Class ConversationUnreadInfo
-
- All Implemented Interfaces:
public class ConversationUnreadInfo
/~english
-
-
Field Summary
Fields Modifier and Type Field Description public ConversationType
type
public String
targetId
public String
channelId
public int
unreadMessageCount
public int
mentionedCount
public int
mentionedMeCount
public IRongCoreEnum.PushNotificationLevel
pushNotificationLevel
public final static Creator<ConversationUnreadInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description ConversationUnreadInfo()
-
Method Summary
Modifier and Type Method Description ConversationType
getType()
void
setType(ConversationType type)
String
getTargetId()
void
setTargetId(String targetId)
String
getChannelId()
void
setChannelId(String channelId)
int
getUnreadMessageCount()
/~english void
setUnreadMessageCount(int unreadMessageCount)
/~english int
getMentionedCount()
/~english void
setMentionedCount(int count)
/~english int
getMentionedMeCount()
/~english void
setMentionedMeCount(int count)
/~english IRongCoreEnum.PushNotificationLevel
getPushNotificationLevel()
/~english void
setPushNotificationLevel(IRongCoreEnum.PushNotificationLevel pushNotificationLevel)
/~english void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
toString()
-
-
Method Detail
-
getType
ConversationType getType()
-
setType
void setType(ConversationType type)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getUnreadMessageCount
int getUnreadMessageCount()
/~english
-
setUnreadMessageCount
void setUnreadMessageCount(int unreadMessageCount)
/~english
-
getMentionedCount
int getMentionedCount()
/~english
-
setMentionedCount
void setMentionedCount(int count)
/~english
-
getMentionedMeCount
int getMentionedMeCount()
/~english
-
setMentionedMeCount
void setMentionedMeCount(int count)
/~english
-
getPushNotificationLevel
IRongCoreEnum.PushNotificationLevel getPushNotificationLevel()
/~english
-
setPushNotificationLevel
void setPushNotificationLevel(IRongCoreEnum.PushNotificationLevel pushNotificationLevel)
/~english
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
toString
String toString()
-
-
-
-