public static class DescribeReportResponse.DescribeReportResponseSceneSnapshot
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
execStatus |
String |
sceneName |
Integer |
status |
String |
testConfig |
String |
type |
| 构造器和说明 |
|---|
DescribeReportResponseSceneSnapshot() |
@NameInMap(value="Type") @Validation(required=true) public String type
@NameInMap(value="SceneName") @Validation(required=true) public String sceneName
@NameInMap(value="TestConfig") @Validation(required=true) public String testConfig
@NameInMap(value="Status") @Validation(required=true) public Integer status
@NameInMap(value="ExecStatus") @Validation(required=true) public String execStatus
public static DescribeReportResponse.DescribeReportResponseSceneSnapshot build(Map<String,?> map) throws Exception
ExceptionCopyright © 2020. All rights reserved.