TestRunInsightColumn Class

  • java.lang.Object
    • com.azure.developer.loadtesting.models.TestRunInsightColumn

Implements

public final class TestRunInsightColumn
implements JsonSerializable<TestRunInsightColumn>

Represents a column of the test run insight.

Method Summary

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

Reads an instance of TestRunInsightColumn from the JsonReader.

String getDataType()

Get the dataType property: The data type of the column.

String getName()

Get the name property: Name of the column.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static TestRunInsightColumn fromJson(JsonReader jsonReader)

Reads an instance of TestRunInsightColumn from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TestRunInsightColumn 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.

getDataType

public String getDataType()

Get the dataType property: The data type of the column.

Returns:

the dataType value.

getName

public String getName()

Get the name property: Name of the column.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to