public class UpdateFileScenarioRelationRequest extends AbstractModel
Constructor and Description |
---|
UpdateFileScenarioRelationRequest() |
UpdateFileScenarioRelationRequest(UpdateFileScenarioRelationRequest 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 |
getFileId()
Get 文件 ID
|
String |
getProjectId()
Get 项目 ID
|
String[] |
getScenarioIds()
Get 场景 ID 数组
|
void |
setFileId(String FileId)
Set 文件 ID
|
void |
setProjectId(String ProjectId)
Set 项目 ID
|
void |
setScenarioIds(String[] ScenarioIds)
Set 场景 ID 数组
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateFileScenarioRelationRequest()
public UpdateFileScenarioRelationRequest(UpdateFileScenarioRelationRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- 文件 IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 IDpublic String[] getScenarioIds()
public void setScenarioIds(String[] ScenarioIds)
ScenarioIds
- 场景 ID 数组Copyright © 2022. All rights reserved.