ExportImportDeviceParser Class

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

public class ExportImportDeviceParser

Constructor Summary

Constructor Description
ExportImportDeviceParser()

Empty constructor: Used only to keep GSON happy.

ExportImportDeviceParser(String json)

Constructor for an ExportImportDeviceParser 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

ExportImportDeviceParser

public ExportImportDeviceParser()

Empty constructor: Used only to keep GSON happy.

ExportImportDeviceParser

public ExportImportDeviceParser(String json)

Constructor for an ExportImportDeviceParser that is built using the provided json

Parameters:

json - the json string to build the ExportImportDeviceParser out of

Method Details

toJson

public String toJson()

Converts this into json and returns it

Returns:

the json representation of this

Applies to