TestRunInsightColumn Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunInsightColumn
- com.
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
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
| String |
getDataType()
Get the data |
| String |
getName()
Get the name property: Name of the column. |
|
Json |
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:
Returns:
Throws:
getDataType
public String getDataType()
Get the dataType property: The data type of the column.
Returns:
getName
public String getName()
Get the name property: Name of the column.
Returns: