public class SwiftContainerImpl extends Object implements SwiftContainer
| Constructor and Description |
|---|
SwiftContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMetadata()
The metadata for the current container.
|
String |
getName()
The name of the Container
|
int |
getObjectCount()
The current object count for this container
|
long |
getTotalSize()
The total size of all the objects within this contain in bytes
|
String |
toString() |
public String getName()
SwiftContainergetName in interface SwiftContainerpublic int getObjectCount()
SwiftContainergetObjectCount in interface SwiftContainerpublic long getTotalSize()
SwiftContainergetTotalSize in interface SwiftContainerpublic Map<String,String> getMetadata()
SwiftContainergetMetadata in interface SwiftContainerCopyright © 2017. All rights reserved.