java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateFileDownloads
- Enclosing class:
- TdApi
The state of the file download list has changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Total downloaded size of files in the file download list, in bytes.int
Total number of files in the file download list.long
Total size of files in the file download list, in bytes. -
Constructor Summary
ConstructorDescriptionThe state of the file download list has changed.UpdateFileDownloads
(long totalSize, int totalCount, long downloadedSize) The state of the file download list has changed.UpdateFileDownloads
(DataInput input) The state of the file download list has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalSize
public long totalSizeTotal size of files in the file download list, in bytes. -
totalCount
public int totalCountTotal number of files in the file download list. -
downloadedSize
public long downloadedSizeTotal downloaded size of files in the file download list, in bytes. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateFileDownloads
public UpdateFileDownloads()The state of the file download list has changed. -
UpdateFileDownloads
public UpdateFileDownloads(long totalSize, int totalCount, long downloadedSize) The state of the file download list has changed.- Parameters:
totalSize
- long Total size of files in the file download list, in bytes.totalCount
- int Total number of files in the file download list.downloadedSize
- long Total downloaded size of files in the file download list, in bytes.
-
UpdateFileDownloads
The state of the file download list has changed.- 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()
-