public static class TdApi.DatabaseStatistics extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
statistics
Database statistics in an unspecified human-readable format.
|
| Constructor and Description |
|---|
DatabaseStatistics()
Contains database statistics.
|
DatabaseStatistics(java.lang.String statistics)
Contains database statistics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String statistics
public static final int CONSTRUCTOR
public DatabaseStatistics()
public DatabaseStatistics(java.lang.String statistics)
statistics - Database statistics in an unspecified human-readable format.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object