public class RegistryStatisticsParser extends Object
| Constructor and Description |
|---|
RegistryStatisticsParser()
Empty constructor
|
RegistryStatisticsParser(String json)
Constructor for a RegistryStatisticsParser that is constructed from Json.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDisabledDeviceCount()
Getter for DisabledDeviceCount
|
long |
getEnabledDeviceCount()
Getter for EnabledDeviceCount
|
long |
getTotalDeviceCount()
Getter for TotalDeviceCount
|
void |
setDisabledDeviceCount(long disabledDeviceCount)
Setter for DisabledDeviceCount
|
void |
setEnabledDeviceCount(long enabledDeviceCount)
Setter for EnabledDeviceCount
|
void |
setTotalDeviceCount(long totalDeviceCount)
Setter for TotalDeviceCount
|
String |
toJson()
Converts this into a json string.
|
public RegistryStatisticsParser()
public RegistryStatisticsParser(String json)
json - the json to build from.public String toJson()
public long getTotalDeviceCount()
public void setTotalDeviceCount(long totalDeviceCount)
totalDeviceCount - the value to set TotalDeviceCount topublic long getEnabledDeviceCount()
public void setEnabledDeviceCount(long enabledDeviceCount)
enabledDeviceCount - the value to set EnabledDeviceCount topublic long getDisabledDeviceCount()
public void setDisabledDeviceCount(long disabledDeviceCount)
disabledDeviceCount - the value to set DisabledDeviceCount toCopyright © 2019. All rights reserved.