ConfigurationMetricsParser Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.configurations.serializers.ConfigurationMetricsParser

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