Class Container
java.lang.Object
org.jclouds.openstack.swift.v1.domain.Container
- All Implemented Interfaces:
Comparable<Container>
Represents a Container in OpenStack Object Storage.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Container
-
-
Method Details
-
getName
- Returns:
- The name of this container.
-
getObjectCount
- Returns:
- The count of objects for this container.
-
getBytesUsed
- Returns:
- The number of bytes used by this container.
-
getAnybodyRead
Absent except ininvalid reference
Get Container
- Returns:
- true if this container is publicly readable, false otherwise.
- See Also:
-
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 this container's metadata.
-
getHeaders
- Returns:
- The HTTP headers for this account.
-
equals
-
hashCode
public int hashCode() -
toString
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Container>
-
builder
-
toBuilder
-