public class LoginResult extends Result
| Constructor and Description |
|---|
LoginResult(Status status,
float computing,
String sessionId,
User user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getServerVersion()
Deprecated.
|
String |
getSessionId()
Returns the sessionId of the LoginResult
|
User |
getUser()
Returns the user of the LoginResult
|
String |
toString() |
getComputing, getStatuspublic String getSessionId()
@Deprecated public String getServerVersion()
public User getUser()
Copyright © 2019 Nowtryz. All rights reserved.