RegistryStatisticsParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. registry. serializers. RegistryStatisticsParser
- com.
public class RegistryStatisticsParser
Constructor Summary
Constructor | Description |
---|---|
RegistryStatisticsParser() |
Empty constructor |
RegistryStatisticsParser(String json) |
Constructor for a RegistryStatisticsParser that is constructed from Json. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
toJson()
Converts this into a json string. |
Constructor Details
RegistryStatisticsParser
public RegistryStatisticsParser()
Empty constructor
RegistryStatisticsParser
public RegistryStatisticsParser(String json)
Constructor for a RegistryStatisticsParser that is constructed from Json.
Parameters:
Method Details
toJson
public String toJson()
Converts this into a json string.
Returns: