public static class UserController.SessionInfo extends Object
Constructor and Description |
---|
SessionInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCrt() |
Long |
getExp() |
String |
getSec() |
Long |
getVid() |
UserController.SessionInfo |
setCrt(Long crt) |
UserController.SessionInfo |
setExp(Long exc) |
UserController.SessionInfo |
setSec(String sec) |
UserController.SessionInfo |
setVid(Long vid) |
public SessionInfo()
public UserController.SessionInfo setSec(String sec)
public UserController.SessionInfo setExp(Long exc)
public UserController.SessionInfo setCrt(Long crt)
public UserController.SessionInfo setVid(Long vid)
Copyright © 2016. All rights reserved.