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
FieldsModifier and TypeFieldDescriptionstatic final intlongTotal downloaded size of files in the file download list, in bytes.intTotal number of files in the file download list.longTotal size of files in the file download list, in bytes. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-