com.rackspacecloud.client.cloudfiles
Class FilesContainerInfo
java.lang.Object
com.rackspacecloud.client.cloudfiles.FilesContainerInfo
- Direct Known Subclasses:
- FilesContainerInfoExt
public class FilesContainerInfo
- extends java.lang.Object
Contains basic information about the container
Constructor Summary |
FilesContainerInfo(java.lang.String name,
int containerCount,
long totalSize)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectCount
protected int objectCount
totalSize
protected long totalSize
name
protected java.lang.String name
FilesContainerInfo
public FilesContainerInfo(java.lang.String name,
int containerCount,
long totalSize)
- Parameters:
containerCount
- The number of objects in the containertotalSize
- The total size of the container (in bytes)
getName
public java.lang.String getName()
- Returns:
- the name
getObjectCount
public int getObjectCount()
- Returns the number of objects in the container
- Returns:
- The number of objects
getTotalSize
public long getTotalSize()
- Returns:
- The total size of the objects in the container (in bytes)