java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.FileDownload
- Enclosing class:
- TdApi
Describes a file added to file download list.
-
Field Summary
Modifier and TypeFieldDescriptionint
Point in time (Unix timestamp) when the file was added to the download list.int
Point in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed.static final int
int
File identifier.boolean
True, if downloading of the file is paused.The message with the file. -
Constructor Summary
ConstructorDescriptionDescribes a file added to file download list.FileDownload
(int fileId, TdApi.Message message, int addDate, int completeDate, boolean isPaused) Describes a file added to file download list.FileDownload
(DataInput input) Describes a file added to file download list. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
fileId
public int fileIdFile identifier. -
message
The message with the file. -
addDate
public int addDatePoint in time (Unix timestamp) when the file was added to the download list. -
completeDate
public int completeDatePoint in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed. -
isPaused
public boolean isPausedTrue, if downloading of the file is paused. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
FileDownload
public FileDownload()Describes a file added to file download list. -
FileDownload
public FileDownload(int fileId, TdApi.Message message, int addDate, int completeDate, boolean isPaused) Describes a file added to file download list.- Parameters:
fileId
- int File identifier.message
- Message The message with the file.addDate
- int Point in time (Unix timestamp) when the file was added to the download list.completeDate
- int Point in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed.isPaused
- boolean True, if downloading of the file is paused.
-
FileDownload
Describes a file added to file download list.- 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()
-