Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.chat.infos
Class XChatReadInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.chat.infos.XChatReadInfo


public class XChatReadInfo
extends XDTO

Chat Read Information DTO. Information about Chats that have been read.


Field Summary
 waggle.core.utils.XChatsRead ChatsRead
          Set of chat ordinals that have been marked read.
 int NChats
          Total number of Chats (includes chats that cannot be marked read/unread; i.e. chats with Ordinal 0).
 int NMarkableChats
          Total number of markable Chats (chats that can be marked read/unread; i.e. chats with Ordinal >0).
 int NUnread
          The 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

NChats

public int NChats
Total number of Chats (includes chats that cannot be marked read/unread; i.e. chats with Ordinal 0).

NMarkableChats

public int NMarkableChats
Total number of markable Chats (chats that can be marked read/unread; i.e. chats with Ordinal >0).

NUnread

public int NUnread
The number of unread markable Chats.

ChatsRead

public waggle.core.utils.XChatsRead ChatsRead
Set of chat ordinals that have been marked read. May be null if the User has never entered the Conversation.

Constructor Detail

XChatReadInfo

public XChatReadInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.