RegistryStatisticsParser Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.registry.serializers.RegistryStatisticsParser

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