public class LoginInfo extends Object
Constructor and Description |
---|
LoginInfo(String sessionId,
Long userId) |
LoginInfo(String sessionId,
Long userId,
String latestMobileVersion) |
Modifier and Type | Method and Description |
---|---|
String |
getLatestMobileVersion() |
String |
getSessionId() |
Long |
getUserId() |
void |
setLatestMobileVersion(String latestMobileVersion) |
void |
setSessionId(String sessionId) |
void |
setUserId(Long userId) |
public LoginInfo(String sessionId, Long userId)
sessionId
- the assigned session iduserId
- the id of the userpublic String getLatestMobileVersion()
public String getSessionId()
public Long getUserId()
public void setLatestMobileVersion(String latestMobileVersion)
latestMobileVersion
- the latest midp versionpublic void setSessionId(String sessionId)
sessionId
- the assigned session idpublic void setUserId(Long userId)
userId
- the id of the userCopyright © 2019 Communote team. All rights reserved.