public class ViewerStorageFileStatisticsItem extends Object
| Constructor and Description |
|---|
ViewerStorageFileStatisticsItem() |
ViewerStorageFileStatisticsItem(long fileCount,
long liveDataLength,
long totalDataLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFileCount() |
long |
getLiveDataLength() |
long |
getTotalDataLength() |
static ViewerStorageFileStatisticsItem |
New(StorageRawFileStatisticsItem src) |
void |
setFileCount(long fileCount) |
void |
setLiveDataLength(long liveDataLength) |
void |
setTotalDataLength(long totalDataLength) |
public ViewerStorageFileStatisticsItem()
public ViewerStorageFileStatisticsItem(long fileCount,
long liveDataLength,
long totalDataLength)
public static ViewerStorageFileStatisticsItem New(StorageRawFileStatisticsItem src)
public long getFileCount()
public void setFileCount(long fileCount)
public long getLiveDataLength()
public void setLiveDataLength(long liveDataLength)
public long getTotalDataLength()
public void setTotalDataLength(long totalDataLength)
Copyright © 2021 MicroStream Software. All rights reserved.