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 File ID.
|
String |
getProjectId()
Get Project ID.
|
String[] |
getScenarioIds()
Get Array of Scenario ID.
|
void |
setFileId(String FileId)
Set File ID.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setScenarioIds(String[] ScenarioIds)
Set Array of Scenario ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateFileScenarioRelationRequest()
public UpdateFileScenarioRelationRequest(UpdateFileScenarioRelationRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- File ID. Its value should be the corresponding directory of the file in the COS bucket after it has been uploaded in the previous step.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String[] getScenarioIds()
public void setScenarioIds(String[] ScenarioIds)
ScenarioIds
- Array of Scenario ID.Copyright © 2025. All rights reserved.