Package org.drinkless.tdlib
Class TdApi.StorageStatisticsByFileType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StorageStatisticsByFileType
- Enclosing class:
- TdApi
Contains the storage usage statistics for a specific file type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intTotal number of files.File type.longTotal size of the files, in bytes. -
Constructor Summary
ConstructorsConstructorDescriptionContains the storage usage statistics for a specific file type.StorageStatisticsByFileType(TdApi.FileType fileType, long size, int count) Contains the storage usage statistics for a specific file type. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
fileType
File type. -
size
public long sizeTotal size of the files, in bytes. -
count
public int countTotal number of files. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StorageStatisticsByFileType
public StorageStatisticsByFileType()Contains the storage usage statistics for a specific file type. -
StorageStatisticsByFileType
Contains the storage usage statistics for a specific file type.- Parameters:
fileType- File type.size- Total size of the files, in bytes.count- Total number of files.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-