public class CopyScenarioRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CopyScenarioRequest() |
CopyScenarioRequest(CopyScenarioRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getProjectId()
Get 项目 ID
|
String |
getScenarioId()
Get 场景 ID
|
void |
setProjectId(String ProjectId)
Set 项目 ID
|
void |
setScenarioId(String ScenarioId)
Set 场景 ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CopyScenarioRequest()
public CopyScenarioRequest(CopyScenarioRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 IDpublic String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId
- 场景 IDCopyright © 2023. All rights reserved.