public class User extends Object implements Comparable<User>
Modifier and Type | Class and Description |
---|---|
static class |
User.Builder |
static class |
User.State |
Constructor and Description |
---|
User(long id,
String name,
String firstname,
String lastname,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
long domainId,
String timeZone,
String apiKey,
String secretKey) |
Modifier and Type | Method and Description |
---|---|
static User.Builder |
builder() |
int |
compareTo(User arg0) |
boolean |
equals(Object obj) |
String |
getAccount() |
Account.Type |
getAccountType() |
String |
getApiKey() |
Date |
getCreated() |
String |
getDomain() |
long |
getDomainId() |
String |
getEmail() |
String |
getFirstName() |
long |
getId() |
String |
getLastName() |
String |
getName() |
String |
getSecretKey() |
User.State |
getState() |
String |
getTimeZone() |
int |
hashCode() |
String |
toString() |
public static User.Builder builder()
public long getId()
public String getName()
public String getFirstName()
public String getLastName()
public String getEmail()
public Date getCreated()
public User.State getState()
public String getAccount()
public Account.Type getAccountType()
public String getDomain()
public long getDomainId()
public String getTimeZone()
public String getApiKey()
public String getSecretKey()
public int compareTo(User arg0)
compareTo
in interface Comparable<User>
Copyright © 2009-2012 jclouds. All Rights Reserved.