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()
SwiftContainer
getName
in interface SwiftContainer
public int getObjectCount()
SwiftContainer
getObjectCount
in interface SwiftContainer
public long getTotalSize()
SwiftContainer
getTotalSize
in interface SwiftContainer
public Map<String,String> getMetadata()
SwiftContainer
getMetadata
in interface SwiftContainer
Copyright © 2017. All rights reserved.