QueryTestingResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. QueryTestingResultInner
- com.
Implements
public final class QueryTestingResultInner
implements JsonSerializable<QueryTestingResultInner>
The result of the query testing request.
Constructor Summary
| Constructor | Description |
|---|---|
| QueryTestingResultInner() |
Creates an instance of Query |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Management |
error()
Get the error property: Error definition properties. |
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| String |
outputUri()
Get the output |
|
Query |
status()
Get the status property: The status of the query testing request. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Query |
withError(ManagementError error)
Set the error property: Error definition properties. |
Methods inherited from java.lang.Object
Constructor Details
QueryTestingResultInner
public QueryTestingResultInner()
Creates an instance of QueryTestingResultInner class.
Method Details
error
public ManagementError error()
Get the error property: Error definition properties.
Returns:
fromJson
public static QueryTestingResultInner fromJson(JsonReader jsonReader)
Reads an instance of QueryTestingResultInner from the JsonReader.
Parameters:
Returns:
Throws:
outputUri
public String outputUri()
Get the outputUri property: The SAS URL to the outputs payload.
Returns:
status
public QueryTestingResultStatus status()
Get the status property: The status of the query testing request.
Returns:
toJson
validate
public void validate()
Validates the instance.
withError
public QueryTestingResultInner withError(ManagementError error)
Set the error property: Error definition properties.
Parameters:
Returns: