ConfigurationMetricsParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. configurations. serializers. ConfigurationMetricsParser
- com.
public class ConfigurationMetricsParser
Constructor Summary
Constructor | Description |
---|---|
ConfigurationMetricsParser() |
Empty constructor: Used only to keep GSON happy. |
ConfigurationMetricsParser(String json) |
Constructor for an ConfigurationMetricsParser that is built using the provided json |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
toJson()
Converts this into json and returns it |
Constructor Details
ConfigurationMetricsParser
public ConfigurationMetricsParser()
Empty constructor: Used only to keep GSON happy.
ConfigurationMetricsParser
public ConfigurationMetricsParser(String json)
Constructor for an ConfigurationMetricsParser that is built using the provided json
Parameters:
json
- the json string to build the ConfigurationMetricsParser out of
Method Details
toJson
public String toJson()
Converts this into json and returns it
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