public class DescribeBenchmarkTaskReportResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Object |
data
If the value of ReportType is set to RAW, the details about the stress testing report are returned.
|
String |
reportUrl
If the value of ReportType is set to Report, the URL of the stress testing report is returned.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DescribeBenchmarkTaskReportResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeBenchmarkTaskReportResponseBody |
build(Map<String,?> map) |
Object |
getData() |
String |
getReportUrl() |
String |
getRequestId() |
DescribeBenchmarkTaskReportResponseBody |
setData(Object data) |
DescribeBenchmarkTaskReportResponseBody |
setReportUrl(String reportUrl) |
DescribeBenchmarkTaskReportResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Data") public Object data
If the value of ReportType is set to RAW, the details about the stress testing report are returned.
example:{ "TimestampList": ["int64"], "QPSList": ["float32"], "RTList": [ { "AVG": "float32", "TP100": "float32", "TP99": "float32", "TP90": "float32", "TP50": "float32", "TP10": "float32" } ], "TrafficList": [ { "Send": "float64", "Receive": "float64" } ], "StatusCode": { "200": "uint64", "450": "uint64", "500": "uint64" }, "Count": "uint64", "Total": "float64", "MinRT": "float32", "AvgRT": "float32", "MaxRT": "float32", "QPS": "float32", "TotalSend": "float64", "TotalReceive": "float64", "RTDistribution": [ { "Latency": "float32", "Percentage": "int" } ], "RTHistogram": [ { "Count": "int", "Mark": "float32", "Frequency": "float32" } ] }
@NameInMap(value="ReportUrl") public String reportUrl
If the value of ReportType is set to Report, the URL of the stress testing report is returned.
example:http://eas-benchmark.oss-cn-chengdu.aliyuncs.com/summary/benchmark-larec-test-015d-10007.html
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82********
public static DescribeBenchmarkTaskReportResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeBenchmarkTaskReportResponseBody setData(Object data)
public Object getData()
public DescribeBenchmarkTaskReportResponseBody setReportUrl(String reportUrl)
public String getReportUrl()
public DescribeBenchmarkTaskReportResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.