public class CreateScenarioRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the business scenario.
|
String |
scenarioName
The name of the business scenario.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateScenarioRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateScenarioRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getScenarioName() |
Long |
getTid() |
CreateScenarioRequest |
setDescription(String description) |
CreateScenarioRequest |
setScenarioName(String scenarioName) |
CreateScenarioRequest |
setTid(Long tid) |
@NameInMap(value="Description") public String description
The description of the business scenario.
example:test
@NameInMap(value="ScenarioName") public String scenarioName
The name of the business scenario.
This parameter is required.
example:Business scenario - test
@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 CreateScenarioRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateScenarioRequest setDescription(String description)
public String getDescription()
public CreateScenarioRequest setScenarioName(String scenarioName)
public String getScenarioName()
public CreateScenarioRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.