Package org.drinkless.tdlib
Class TdApi.NetworkStatistics
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.NetworkStatistics
-
- Enclosing class:
- TdApi
public static class TdApi.NetworkStatistics extends TdApi.Object
A full list of available network statistic entries.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.NetworkStatisticsEntry[]entriesNetwork statistics entries.intsinceDatePoint in time (Unix timestamp) from which the statistics are collected.
-
Constructor Summary
Constructors Constructor Description NetworkStatistics()A full list of available network statistic entries.NetworkStatistics(int sinceDate, TdApi.NetworkStatisticsEntry[] entries)A full list of available network statistic entries.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
sinceDate
public int sinceDate
Point in time (Unix timestamp) from which the statistics are collected.
-
entries
public TdApi.NetworkStatisticsEntry[] entries
Network statistics entries.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NetworkStatistics
public NetworkStatistics()
A full list of available network statistic entries.
-
NetworkStatistics
public NetworkStatistics(int sinceDate, TdApi.NetworkStatisticsEntry[] entries)A full list of available network statistic entries.- Parameters:
sinceDate- Point in time (Unix timestamp) from which the statistics are collected.entries- Network statistics entries.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-