public class LoginResponse extends Object implements Comparable<LoginResponse>
Modifier and Type | Class and Description |
---|---|
static class |
LoginResponse.Builder |
Constructor and Description |
---|
LoginResponse(String username,
long userId,
String password,
long domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
Modifier and Type | Method and Description |
---|---|
static LoginResponse.Builder |
builder() |
int |
compareTo(LoginResponse arg0) |
boolean |
equals(Object obj) |
String |
getAccountName() |
Account.Type |
getAccountType() |
long |
getDomainId() |
String |
getFirstName() |
String |
getJSessionId() |
String |
getLastName() |
String |
getPassword() |
String |
getSessionKey() |
long |
getTimeout() |
String |
getTimezone() |
String |
getTimezoneOffset() |
long |
getUserId() |
String |
getUsername() |
int |
hashCode() |
boolean |
isRegistered() |
String |
toString() |
public static LoginResponse.Builder builder()
public String getUsername()
public long getUserId()
public String getPassword()
public long getDomainId()
public long getTimeout()
public boolean isRegistered()
public String getAccountName()
public String getFirstName()
public String getLastName()
public Account.Type getAccountType()
public String getTimezone()
public String getTimezoneOffset()
public String getSessionKey()
public String getJSessionId()
public int compareTo(LoginResponse arg0)
compareTo
in interface Comparable<LoginResponse>
Copyright © 2009-2012 jclouds. All Rights Reserved.