JobQueryResponseError Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.jobs.serializers.JobQueryResponseError

public class JobQueryResponseError

Method Summary

Modifier and Type Method and Description
JobQueryResponseError 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