RegistryStatisticsParser 类
定义
public class RegistryStatisticsParser
- 继承
-
java.lang.ObjectRegistryStatisticsParser
构造函数
RegistryStatisticsParser() |
Empty constructor |
RegistryStatisticsParser(String json) |
Constructor for a RegistryStatisticsParser that is constructed from Json. |
方法
getDisabledDeviceCount() |
Getter for DisabledDeviceCount
|
getEnabledDeviceCount() |
Getter for EnabledDeviceCount
|
getTotalDeviceCount() |
Getter for TotalDeviceCount
|
setDisabledDeviceCount(long disabledDeviceCount) |
Setter for DisabledDeviceCount
|
setEnabledDeviceCount(long enabledDeviceCount) |
Setter for EnabledDeviceCount
|
setTotalDeviceCount(long totalDeviceCount) |
Setter for TotalDeviceCount
|
toJson() |
Converts this into a json string. |