public class DeleteScenarioRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
scenarioId
The ID of the business scenario.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DeleteScenarioRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteScenarioRequest |
build(Map<String,?> map) |
Long |
getScenarioId() |
Long |
getTid() |
DeleteScenarioRequest |
setScenarioId(Long scenarioId) |
DeleteScenarioRequest |
setTid(Long tid) |
@NameInMap(value="ScenarioId") public Long scenarioId
The ID of the business scenario.
This parameter is required.
example:12***
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
public static DeleteScenarioRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteScenarioRequest setScenarioId(Long scenarioId)
public Long getScenarioId()
public DeleteScenarioRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.