ExportImportDeviceParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. registry. serializers. ExportImportDeviceParser
- com.
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:
Method Details
toJson
public String toJson()
Converts this into json and returns it
Returns: