public class AggregatedFileHistoryData extends AbstractRealTimeDto implements Serializable
Java class for aggregatedFileHistoryData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected FileState |
fileState |
protected Long |
numberOfExpiredFiles |
protected Long |
numberOfFiles |
| Constructor and Description |
|---|
AggregatedFileHistoryData() |
| Modifier and Type | Method and Description |
|---|---|
FileState |
getFileState()
Gets the value of the fileState property.
|
Long |
getNumberOfExpiredFiles()
Gets the value of the numberOfExpiredFiles property.
|
Long |
getNumberOfFiles()
Gets the value of the numberOfFiles property.
|
void |
setFileState(FileState value)
Sets the value of the fileState property.
|
void |
setNumberOfExpiredFiles(Long value)
Sets the value of the numberOfExpiredFiles property.
|
void |
setNumberOfFiles(Long value)
Sets the value of the numberOfFiles property.
|
protected Long numberOfExpiredFiles
protected Long numberOfFiles
protected FileState fileState
public Long getNumberOfExpiredFiles()
Longpublic void setNumberOfExpiredFiles(Long value)
value - allowed object is
Longpublic Long getNumberOfFiles()
Longpublic void setNumberOfFiles(Long value)
value - allowed object is
Longpublic FileState getFileState()
FileStateCopyright © 2021. All rights reserved.