public class UsageSummary
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
_documentBytesUsed |
protected int |
_documentCount |
protected int |
_fileCount |
protected int |
_folderCount |
protected int |
_freeFilesRemaining |
protected int |
_imageBytesUsed |
protected int |
_imageCount |
protected int |
_totalBytesRemaining |
protected int |
_totalBytesUsed |
Constructor and Description |
---|
UsageSummary() |
Modifier and Type | Method and Description |
---|---|
int |
getDocumentBytesUsed() |
int |
getDocumentCount() |
int |
getFileCount() |
int |
getFolderCount() |
int |
getFreeFilesRemaining() |
int |
getImageBytesUsed() |
int |
getImageCount() |
int |
getTotalBytesRemaining() |
int |
getTotalBytesUsed() |
void |
setDocumentBytesUsed(int documentBytesUsed) |
void |
setDocumentCount(int documentCount) |
void |
setFileCount(int fileCount) |
void |
setFolderCount(int folderCount) |
void |
setFreeFilesRemaining(int freeFilesRemaining) |
void |
setImageBytesUsed(int imageBytesUsed) |
void |
setImageCount(int imageCount) |
void |
setTotalBytesRemaining(int totalBytesRemaining) |
void |
setTotalBytesUsed(int totalBytesUsed) |
protected int _folderCount
protected int _fileCount
protected int _imageCount
protected int _documentCount
protected int _totalBytesUsed
protected int _imageBytesUsed
protected int _documentBytesUsed
protected int _totalBytesRemaining
protected int _freeFilesRemaining
public int getFolderCount()
public void setFolderCount(int folderCount)
public int getFileCount()
public void setFileCount(int fileCount)
public int getImageCount()
public void setImageCount(int imageCount)
public int getDocumentCount()
public void setDocumentCount(int documentCount)
public int getTotalBytesUsed()
public void setTotalBytesUsed(int totalBytesUsed)
public int getImageBytesUsed()
public void setImageBytesUsed(int imageBytesUsed)
public int getDocumentBytesUsed()
public void setDocumentBytesUsed(int documentBytesUsed)
public int getTotalBytesRemaining()
public void setTotalBytesRemaining(int totalBytesRemaining)
public int getFreeFilesRemaining()
public void setFreeFilesRemaining(int freeFilesRemaining)