Package com.foxinmy.weixin4j.mp.model
Class KfSession.KfSessionCounter
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.model.KfSession.KfSessionCounter
-
- All Implemented Interfaces:
Serializable
,Iterable<KfSession>
- Enclosing class:
- KfSession
public static class KfSession.KfSessionCounter extends Object implements Iterable<KfSession>, Serializable
会话计数,如 未接入会话列表- Since:
- JDK 1.6
- Author:
- jinyu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KfSessionCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
List<KfSession>
getKfSessions()
Iterator<KfSession>
iterator()
void
setCount(int count)
void
setKfSessions(List<KfSession> kfSessions)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-