Modifier and Type | Class and Description |
---|---|
static class |
Account.Builder |
Modifier and Type | Field and Description |
---|---|
protected long |
bytesUsed |
protected int |
containerCount |
Modifier | Constructor and Description |
---|---|
protected |
Account(int containerCount,
long bytesUsed) |
Modifier and Type | Method and Description |
---|---|
static Account.Builder |
builder() |
boolean |
equals(Object object) |
long |
getBytesUsed() |
int |
getContainerCount() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Account.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"containerCount","bytesUsed"}) protected Account(int containerCount, long bytesUsed)
public static Account.Builder builder()
public Account.Builder toBuilder()
public int getContainerCount()
public long getBytesUsed()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.