public class ViewerChannelStatistics extends ViewerStorageFileStatisticsItem
| Constructor and Description |
|---|
ViewerChannelStatistics() |
ViewerChannelStatistics(int channelIndex,
long fileCount,
long liveDataLength,
long totalDataLength,
List<ViewerFileStatistics> files) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelIndex() |
List<ViewerFileStatistics> |
getFiles() |
static ViewerChannelStatistics |
New(StorageRawFileStatistics.ChannelStatistics src) |
void |
setChannelIndex(int channelIndex) |
void |
setFiles(List<ViewerFileStatistics> files) |
getFileCount, getLiveDataLength, getTotalDataLength, New, setFileCount, setLiveDataLength, setTotalDataLengthpublic ViewerChannelStatistics()
public ViewerChannelStatistics(int channelIndex,
long fileCount,
long liveDataLength,
long totalDataLength,
List<ViewerFileStatistics> files)
public static ViewerChannelStatistics New(StorageRawFileStatistics.ChannelStatistics src)
public int getChannelIndex()
public void setChannelIndex(int channelIndex)
public List<ViewerFileStatistics> getFiles()
public void setFiles(List<ViewerFileStatistics> files)
Copyright © 2021 MicroStream Software. All rights reserved.