public class QChatLoginResult
extends java.lang.Object
implements java.io.Serializable
| 构造器和说明 | 
|---|
QChatLoginResult(QChatClient currentClient,
                java.util.List<QChatClient> otherClients)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
QChatClient | 
getCurrentClient()
获取当前登录客户端信息 
 | 
java.util.List<QChatClient> | 
getOtherClients()
获取其他登录客户端信息列表 
 | 
java.lang.String | 
toString()  | 
public QChatLoginResult(QChatClient currentClient, java.util.List<QChatClient> otherClients)
currentClient - 当前登录客户端信息otherClients - 其他登录客户端信息列表public QChatClient getCurrentClient()
public java.util.List<QChatClient> getOtherClients()
public java.lang.String toString()
toString 在类中 java.lang.Object