|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.chat.infos.XChatReadInfo
public class XChatReadInfo
Chat Read Information DTO. Information about Chats that have been read.
| Field Summary | |
|---|---|
waggle.core.utils.XChatsRead |
ChatsReadSet of chat ordinals that have been marked read. |
int |
NChatsTotal number of Chats (includes chats that cannot be marked read/unread; i.e. chats with Ordinal 0). |
int |
NMarkableChatsTotal number of markable Chats (chats that can be marked read/unread; i.e. chats with Ordinal >0). |
int |
NUnreadThe number of unread markable Chats. |
| Constructor Summary | |
|---|---|
XChatReadInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int NChats
public int NMarkableChats
public int NUnread
public waggle.core.utils.XChatsRead ChatsRead
| Constructor Detail |
|---|
public XChatReadInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||