public class ListScenarioRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
name
The name of the business monitoring job.
|
String |
regionId
The ID of the region.
|
String |
scenario
The scenario where the business monitoring job is used.
|
String |
sign
The code of the business monitoring job.
|
| 构造器和说明 |
|---|
ListScenarioRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListScenarioRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getName() |
String |
getRegionId() |
String |
getScenario() |
String |
getSign() |
ListScenarioRequest |
setAppId(String appId) |
ListScenarioRequest |
setName(String name) |
ListScenarioRequest |
setRegionId(String regionId) |
ListScenarioRequest |
setScenario(String scenario) |
ListScenarioRequest |
setSign(String sign) |
@NameInMap(value="AppId") public String appId
The ID of the application.
This parameter is required.
example:b590lhguqs@28f515462******
@NameInMap(value="Name") public String name
The name of the business monitoring job.
This parameter is required.
example:pro-content
@NameInMap(value="RegionId") public String regionId
The ID of the region.
example:cn-zhangjaikou
@NameInMap(value="Scenario") public String scenario
The scenario where the business monitoring job is used. Valid values:
USER-DEFINED: user-defined. This is the default value.EDAS-ROLLOUT: application release in Enterprise Distributed Application Service (EDAS)OAM-ROLLOUT: application release based on Open Application Model (OAM)MSC-CANARY: canary release based on Microservice Engine (MSE)USER-DEFINED
@NameInMap(value="Sign") public String sign
The code of the business monitoring job. Set this parameter when you know the code of the business monitoring job you want to query.
example:a9f8****
public static ListScenarioRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListScenarioRequest setAppId(String appId)
public String getAppId()
public ListScenarioRequest setName(String name)
public String getName()
public ListScenarioRequest setRegionId(String regionId)
public String getRegionId()
public ListScenarioRequest setScenario(String scenario)
public String getScenario()
public ListScenarioRequest setSign(String sign)
public String getSign()
Copyright © 2024. All rights reserved.