public class UpdateBenchmarkTaskRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateBenchmarkTaskRequest() |
@NameInMap(value="body") public String body
The request body. The body includes the parameters that are set to create a stress testing task. For more information, see Table 1. Fields in the base parameter.
example:{ "base": { "qps": 200 } }
public static UpdateBenchmarkTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateBenchmarkTaskRequest setBody(String body)
public String getBody()
Copyright © 2024. All rights reserved.