Class Account
java.lang.Object
org.jclouds.openstack.swift.v1.domain.Account
Represents an Account in OpenStack Object Storage.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Account
 
 - 
 - 
Method Details
- 
getContainerCount
public long getContainerCount()- Returns:
 - The count of containers for this account.
 
 - 
getObjectCount
public long getObjectCount()- Returns:
 - The count of objects for this account.
 
 - 
getBytesUsed
public long getBytesUsed()- Returns:
 - The number of bytes used by this account.
 
 - 
getTemporaryUrlKey
- Returns:
 - The 
} temporary URL key for this account.
invalid @link
{@link Optional<String> 
 - 
getMetadata
NOTE
In current swift implementations, headers keys are lower-cased. This means characters such as turkish will probably not work out well.- Returns:
 - a 
Map<String, String>containing the account metadata. 
 - 
getHeaders
- Returns:
 - The HTTP headers for this account.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string() - 
builder
 - 
toBuilder
 
 -