java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NetworkStatisticsEntry
it.tdlight.jni.TdApi.NetworkStatisticsEntryCall
- Enclosing class:
- TdApi
Contains information about the total
amount of data that was used for calls.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
double
Total call duration, in seconds.Type of the network the data was sent through.long
Total number of bytes received.long
Total number of bytes sent. -
Constructor Summary
ConstructorDescriptionContains information about the total amount of data that was used for calls.NetworkStatisticsEntryCall
(TdApi.NetworkType networkType, long sentBytes, long receivedBytes, double duration) Contains information about the total amount of data that was used for calls.Contains information about the total amount of data that was used for calls. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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. -
duration
public double durationTotal call duration, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
NetworkStatisticsEntryCall
public NetworkStatisticsEntryCall()Contains information about the total amount of data that was used for calls. -
NetworkStatisticsEntryCall
public NetworkStatisticsEntryCall(TdApi.NetworkType networkType, long sentBytes, long receivedBytes, double duration) Contains information about the total amount of data that was used for calls.- Parameters:
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.duration
- double Total call duration, in seconds.
-
NetworkStatisticsEntryCall
Contains information about the total amount of data that was used for calls.- 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()
-