public class Account extends com.google.common.collect.ForwardingSet<User> implements Comparable<Account>
Modifier and Type | Class and Description |
---|---|
static class |
Account.Builder |
static class |
Account.State |
static class |
Account.Type |
Constructor and Description |
---|
Account(long id,
Account.Type type,
String networkDomain,
String domain,
long domainId,
Long IPsAvailable,
Long IPLimit,
long iPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long vMsRunning,
long vMsStopped,
long vMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Modifier and Type | Method and Description |
---|---|
static Account.Builder |
builder() |
int |
compareTo(Account arg0) |
protected Set<User> |
delegate() |
boolean |
equals(Object obj) |
String |
getDomain() |
long |
getDomainId() |
long |
getId() |
Long |
getIPLimit() |
long |
getIPs() |
Long |
getIPsAvailable() |
String |
getName() |
String |
getNetworkDomain() |
long |
getReceivedBytes() |
long |
getSentBytes() |
Long |
getSnapshotLimit() |
long |
getSnapshots() |
Long |
getSnapshotsAvailable() |
Account.State |
getState() |
Long |
getTemplateLimit() |
long |
getTemplates() |
Long |
getTemplatesAvailable() |
Account.Type |
getType() |
Set<User> |
getUsers() |
Long |
getVMLimit() |
long |
getVMs() |
Long |
getVMsAvailable() |
long |
getVMsRunning() |
long |
getVMsStopped() |
Long |
getVolumeLimit() |
long |
getVolumes() |
Long |
getVolumesAvailable() |
int |
hashCode() |
boolean |
isCleanupRequired() |
String |
toString() |
standardEquals, standardHashCode
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
public Account(long id, Account.Type type, String networkDomain, String domain, long domainId, Long IPsAvailable, Long IPLimit, long iPs, boolean cleanupRequired, String name, long receivedBytes, long sentBytes, Long snapshotsAvailable, Long snapshotLimit, long snapshots, Account.State state, Long templatesAvailable, Long templateLimit, long templates, Long VMsAvailable, Long VMLimit, long vMsRunning, long vMsStopped, long vMs, Long volumesAvailable, Long volumeLimit, long volumes, Set<User> users)
public static Account.Builder builder()
public long getId()
public String getName()
public Account.Type getType()
public String getNetworkDomain()
public String getDomain()
public long getDomainId()
public boolean isCleanupRequired()
@Nullable public Long getIPsAvailable()
@Nullable public Long getIPLimit()
public long getIPs()
public long getReceivedBytes()
public long getSentBytes()
@Nullable public Long getSnapshotsAvailable()
@Nullable public Long getSnapshotLimit()
public long getSnapshots()
public Account.State getState()
@Nullable public Long getTemplatesAvailable()
@Nullable public Long getTemplateLimit()
public long getTemplates()
@Nullable public Long getVMsAvailable()
@Nullable public Long getVMLimit()
public long getVMsRunning()
public long getVMsStopped()
public long getVMs()
@Nullable public Long getVolumesAvailable()
@Nullable public Long getVolumeLimit()
public long getVolumes()
public int compareTo(Account arg0)
compareTo
in interface Comparable<Account>
public String toString()
toString
in class com.google.common.collect.ForwardingObject
public int hashCode()
public boolean equals(Object obj)
Copyright © 2009-2012 jclouds. All Rights Reserved.