|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.LoginResponse
public class LoginResponse
Representation of the login API call response
| Nested Class Summary | |
|---|---|
static class |
LoginResponse.Builder<T extends LoginResponse.Builder<T>>
|
| Constructor Summary | |
|---|---|
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)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@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)
| Method Detail |
|---|
public static LoginResponse.Builder<?> builder()
public LoginResponse.Builder<?> toBuilder()
@Nullable public String getUsername()
@Nullable public String getUserId()
@Nullable public String getPassword()
@Nullable public String getDomainId()
public long getTimeout()
public boolean isRegistered()
@Nullable public String getAccountName()
@Nullable public String getFirstName()
@Nullable public String getLastName()
@Nullable public Account.Type getAccountType()
@Nullable public String getTimezone()
@Nullable public String getTimezoneOffset()
@Nullable public String getSessionKey()
@Nullable public String getJSessionId()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||