JobQueryResponseError Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. jobs. serializers. JobQueryResponseError
- com.
public class JobQueryResponseError
Method Summary
Modifier and Type | Method and Description |
---|---|
Job |
fromJson(String json)
A method to create this object from Json |
String |
toJson()
Converts this object to json |
Method Details
fromJson
public JobQueryResponseError fromJson(String json)
A method to create this object from Json
Parameters:
json
- valid json for error generated during query response
Returns:
an object for this class
Throws:
IOException
- When provided json is invalid or cannot be parsed
toJson
public String toJson()
Converts this object to json
Returns:
a json string representing this object
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