QueryTestingResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.fluent.models.QueryTestingResultInner

Implements

public final class QueryTestingResultInner
implements JsonSerializable<QueryTestingResultInner>

The result of the query testing request.

Constructor Summary

Constructor Description
QueryTestingResultInner()

Creates an instance of QueryTestingResultInner class.

Method Summary

Modifier and Type Method and Description
ManagementError error()

Get the error property: Error definition properties.

static QueryTestingResultInner fromJson(JsonReader jsonReader)

Reads an instance of QueryTestingResultInner from the JsonReader.

String outputUri()

Get the outputUri property: The SAS URL to the outputs payload.

QueryTestingResultStatus status()

Get the status property: The status of the query testing request.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

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

the error value.

fromJson

public static QueryTestingResultInner fromJson(JsonReader jsonReader)

Reads an instance of QueryTestingResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of QueryTestingResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the QueryTestingResultInner.

outputUri

public String outputUri()

Get the outputUri property: The SAS URL to the outputs payload.

Returns:

the outputUri value.

status

public QueryTestingResultStatus status()

Get the status property: The status of the query testing request.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withError

public QueryTestingResultInner withError(ManagementError error)

Set the error property: Error definition properties.

Parameters:

error - the error value to set.

Returns:

the QueryTestingResultInner object itself.

Applies to