public class ApplyScenarioResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
String |
result
The code of the business monitoring job, which is the coloring sign.
|
| 构造器和说明 |
|---|
ApplyScenarioResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ApplyScenarioResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getResult() |
ApplyScenarioResponseBody |
setRequestId(String requestId) |
ApplyScenarioResponseBody |
setResult(String result) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:EA24D522-AD35-47B8-8CB2-ADBC38******
@NameInMap(value="Result") public String result
The code of the business monitoring job, which is the coloring sign.
example:2b97****
public static ApplyScenarioResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ApplyScenarioResponseBody setRequestId(String requestId)
public String getRequestId()
public ApplyScenarioResponseBody setResult(String result)
public String getResult()
Copyright © 2024. All rights reserved.