public class UpdateFileScenarioRelationRequest extends AbstractModel
header, skipSign| 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。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录 | 
| String | getProjectId()Get 项目 ID | 
| String[] | getScenarioIds()Get 场景 ID 数组 | 
| void | setFileId(String FileId)Set 文件 ID。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateFileScenarioRelationRequest()
public UpdateFileScenarioRelationRequest(UpdateFileScenarioRelationRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId - 文件 ID。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目 IDpublic String[] getScenarioIds()
public void setScenarioIds(String[] ScenarioIds)
ScenarioIds - 场景 ID 数组Copyright © 2025. All rights reserved.