public class UpdateScenarioRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the business scenario.
|
String |
scenarioId
The ID of the business scenario.
|
String |
scenarioName
The name of the business scenario.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateScenarioRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateScenarioRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getScenarioId() |
String |
getScenarioName() |
Long |
getTid() |
UpdateScenarioRequest |
setDescription(String description) |
UpdateScenarioRequest |
setScenarioId(String scenarioId) |
UpdateScenarioRequest |
setScenarioName(String scenarioName) |
UpdateScenarioRequest |
setTid(Long tid) |
@NameInMap(value="Description") public String description
The description of the business scenario.
example:test
@NameInMap(value="ScenarioId") public String scenarioId
The ID of the business scenario.
This parameter is required.
example:12***
@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, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static UpdateScenarioRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateScenarioRequest setDescription(String description)
public String getDescription()
public UpdateScenarioRequest setScenarioId(String scenarioId)
public String getScenarioId()
public UpdateScenarioRequest setScenarioName(String scenarioName)
public String getScenarioName()
public UpdateScenarioRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.