TestRunInsights Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunInsights
- com.
Implements
public final class TestRunInsights
implements JsonSerializable<TestRunInsights>
Represents insights for the test run.
Constructor Summary
| Constructor | Description |
|---|---|
| TestRunInsights() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
List<Test |
getColumns()
Get the columns property: The columns of the insights. |
| Map<String,Map<String,String>> |
getRows()
Get the rows property: The rows of the insights. |
|
Operation |
getStatus()
Get the status property: The status of the insights. |
| Long |
getVersion()
Get the version property: The version of the insights. |
|
Test |
setRows(Map<String,Map<String,String>> rows)
Set the rows property: The rows of the insights. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
TestRunInsights
public TestRunInsights()
Creates an instance of TestRunInsights class.
Method Details
fromJson
public static TestRunInsights fromJson(JsonReader jsonReader)
Reads an instance of TestRunInsights from the JsonReader.
Parameters:
Returns:
Throws:
getColumns
public List<TestRunInsightColumn> getColumns()
Get the columns property: The columns of the insights.
Returns:
getRows
public Map<String,Map<String,String>> getRows()
Get the rows property: The rows of the insights.
Returns:
getStatus
public OperationState getStatus()
Get the status property: The status of the insights.
Returns:
getVersion
public Long getVersion()
Get the version property: The version of the insights.
Returns:
setRows
public TestRunInsights setRows(Map<String,Map<String,String>> rows)
Set the rows property: The rows of the insights.
Parameters:
Returns: