TestQueryDiagnostics Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. TestQueryDiagnostics
- com.
Implements
public final class TestQueryDiagnostics
implements JsonSerializable<TestQueryDiagnostics>
Diagnostics information related to query testing.
Constructor Summary
| Constructor | Description |
|---|---|
| TestQueryDiagnostics() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
| String |
path()
Get the path property: The path to the subdirectory. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Test |
withPath(String path)
Set the path property: The path to the subdirectory. |
|
Test |
withWriteUri(String writeUri)
Set the write |
| String |
writeUri()
Get the write |
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:
Returns:
Throws:
path
public String path()
Get the path property: The path to the subdirectory.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPath
public TestQueryDiagnostics withPath(String path)
Set the path property: The path to the subdirectory.
Parameters:
Returns:
withWriteUri
public TestQueryDiagnostics withWriteUri(String writeUri)
Set the writeUri property: The SAS URI to the container or directory.
Parameters:
Returns:
writeUri
public String writeUri()
Get the writeUri property: The SAS URI to the container or directory.
Returns: