public static class CustomChatSession.CustomChatSessionCounter extends Object implements Iterable<CustomChatSession>, Serializable
| 构造器和说明 |
|---|
CustomChatSessionCounter() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount() |
List<CustomChatSession> |
getKfSessions() |
Iterator<CustomChatSession> |
iterator() |
void |
setCount(int count) |
void |
setKfSessions(List<CustomChatSession> kfSessions) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Iterator<CustomChatSession> iterator()
iterator 在接口中 Iterable<CustomChatSession>public int getCount()
public void setCount(int count)
public List<CustomChatSession> getKfSessions()
public void setKfSessions(List<CustomChatSession> kfSessions)
Copyright © 2020. All rights reserved.