public class LoginResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoginResponse.Builder<T extends LoginResponse.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
LoginResponse(String username,
String userId,
String password,
String 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() |
boolean |
equals(Object obj) |
String |
getAccountName() |
Account.Type |
getAccountType() |
String |
getDomainId() |
String |
getFirstName() |
String |
getJSessionId() |
String |
getLastName() |
String |
getPassword() |
String |
getSessionKey() |
long |
getTimeout() |
String |
getTimezone() |
String |
getTimezoneOffset() |
String |
getUserId() |
String |
getUsername() |
int |
hashCode() |
boolean |
isRegistered() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
LoginResponse.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"username","userid","password","domainid","timeout","registered","account","firstname","lastname","type","timezone","timezoneoffset","sessionkey","jSessionId"}) protected LoginResponse(@Nullable String username, @Nullable String userId, @Nullable String password, @Nullable String domainId, long timeout, boolean registered, @Nullable String accountName, @Nullable String firstName, @Nullable String lastName, @Nullable Account.Type accountType, @Nullable String timezone, @Nullable String timezoneOffset, @Nullable String sessionKey, @Nullable String jSessionId)
public static LoginResponse.Builder<?> builder()
public LoginResponse.Builder<?> toBuilder()
public long getTimeout()
public boolean isRegistered()
@Nullable public Account.Type getAccountType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.