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:
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
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