public class DescribeBenchmarkTaskReportRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
reportType
The report type of the stress testing task.
|
| 构造器和说明 |
|---|
DescribeBenchmarkTaskReportRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeBenchmarkTaskReportRequest |
build(Map<String,?> map) |
String |
getReportType() |
DescribeBenchmarkTaskReportRequest |
setReportType(String reportType) |
@NameInMap(value="ReportType") public String reportType
The report type of the stress testing task. Valid values: RAW and Report.
example:report
public static DescribeBenchmarkTaskReportRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeBenchmarkTaskReportRequest setReportType(String reportType)
public String getReportType()
Copyright © 2024. All rights reserved.