TestQueryDiagnostics Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.TestQueryDiagnostics

Implements

public final class TestQueryDiagnostics
implements JsonSerializable<TestQueryDiagnostics>

Diagnostics information related to query testing.

Constructor Summary

Constructor Description
TestQueryDiagnostics()

Creates an instance of TestQueryDiagnostics class.

Method Summary

Modifier and Type Method and Description
static TestQueryDiagnostics fromJson(JsonReader jsonReader)

Reads an instance of TestQueryDiagnostics from the JsonReader.

String path()

Get the path property: The path to the subdirectory.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

TestQueryDiagnostics withPath(String path)

Set the path property: The path to the subdirectory.

TestQueryDiagnostics withWriteUri(String writeUri)

Set the writeUri property: The SAS URI to the container or directory.

String writeUri()

Get the writeUri property: The SAS URI to the container or directory.

Methods inherited from java.lang.Object

Constructor Details

TestQueryDiagnostics

public TestQueryDiagnostics()

Creates an instance of TestQueryDiagnostics class.

Method Details

fromJson

public static TestQueryDiagnostics fromJson(JsonReader jsonReader)

Reads an instance of TestQueryDiagnostics from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

path

public String path()

Get the path property: The path to the subdirectory.

Returns:

the path value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withPath

public TestQueryDiagnostics withPath(String path)

Set the path property: The path to the subdirectory.

Parameters:

path - the path value to set.

Returns:

the TestQueryDiagnostics object itself.

withWriteUri

public TestQueryDiagnostics withWriteUri(String writeUri)

Set the writeUri property: The SAS URI to the container or directory.

Parameters:

writeUri - the writeUri value to set.

Returns:

the TestQueryDiagnostics object itself.

writeUri

public String writeUri()

Get the writeUri property: The SAS URI to the container or directory.

Returns:

the writeUri value.

Applies to