Package it.tdlight.jni
Class TdApi.NetworkStatisticsEntryFile
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NetworkStatisticsEntry
it.tdlight.jni.TdApi.NetworkStatisticsEntryFile
- Enclosing class:
- TdApi
public static class TdApi.NetworkStatisticsEntryFile extends TdApi.NetworkStatisticsEntry
Contains information about the total
amount of data that was used to send
and receive files.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.FileType
fileType
Type of the file the data is part of; pass null if the data isn't related to files.TdApi.NetworkType
networkType
Type of the network the data was sent through.long
receivedBytes
Total number of bytes received.long
sentBytes
Total number of bytes sent. -
Constructor Summary
Constructors Constructor Description NetworkStatisticsEntryFile()
Contains information about the total amount of data that was used to send and receive files.NetworkStatisticsEntryFile(TdApi.FileType fileType, TdApi.NetworkType networkType, long sentBytes, long receivedBytes)
Contains information about the total amount of data that was used to send and receive files.NetworkStatisticsEntryFile(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
fileType
Type of the file the data is part of; pass null if the data isn't related to files. -
networkType
Type of the network the data was sent through. Call setNetworkType to maintain the actual network type. -
sentBytes
public long sentBytesTotal number of bytes sent. -
receivedBytes
public long receivedBytesTotal number of bytes received. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
NetworkStatisticsEntryFile
public NetworkStatisticsEntryFile()Contains information about the total amount of data that was used to send and receive files. -
NetworkStatisticsEntryFile
public NetworkStatisticsEntryFile(TdApi.FileType fileType, TdApi.NetworkType networkType, long sentBytes, long receivedBytes)Contains information about the total amount of data that was used to send and receive files.- Parameters:
fileType
- FileType Type of the file the data is part of; pass null if the data isn't related to files.networkType
- NetworkType Type of the network the data was sent through. Call setNetworkType to maintain the actual network type.sentBytes
- long Total number of bytes sent.receivedBytes
- long Total number of bytes received.
-
NetworkStatisticsEntryFile
- 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()
-