QueryRequestParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. query. serializers. QueryRequestParser
- com.
public class QueryRequestParser
Constructor Summary
Constructor | Description |
---|---|
QueryRequestParser(String query) |
CONSTRUCTOR Create an instance of the QueryRequestParser based on the provided query. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
toJson()
Convert this class in a valid json. |
Constructor Details
QueryRequestParser
public QueryRequestParser(String query)
CONSTRUCTOR Create an instance of the QueryRequestParser based on the provided query.
Parameters:
Throws:
Method Details
toJson
public String toJson()
Convert this class in a valid json.
Returns: