java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StorageStatisticsByFileType
- Enclosing class:
- TdApi
Contains the storage usage statistics
for a specific file type.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Total number of files.File type.long
Total size of the files, in bytes. -
Constructor Summary
ConstructorDescriptionContains 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.Contains the storage usage statistics for a specific file type. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- 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
- FileType File type.size
- long Total size of the files, in bytes.count
- int Total number of files.
-
StorageStatisticsByFileType
Contains the storage usage statistics for a specific file type.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-