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:
json
- the json to build from.
Method Details
toJson
public String toJson()
Converts this into a json string.
Returns:
the json representation of this.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java