Package top.focess.qq.api.util.session
Class SessionSection
- java.lang.Object
-
- top.focess.qq.api.util.session.Session
-
- top.focess.qq.api.util.session.SessionSection
-
- All Implemented Interfaces:
Serializable,SectionMap
public class SessionSection extends Session
Section of Session.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionSection(Session session, Map<String,Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessiongetParent()Get the parent section-
Methods inherited from class top.focess.qq.api.util.session.Session
createSection, getSection, getValues, toString
-
-