public class UpdateResourceFileRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateResourceFileRequest() | 
| UpdateResourceFileRequest(UpdateResourceFileRequest 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 | getBundleId()Get Bundle Client ID. | 
| String | getBundleInfo()Get Bundle Client Name | 
| String | getProjectId()Get Project ID. | 
| String | getResourceFile()Get -Upload file and manual entry are two methods, choose one. | 
| String | getResourceId()Get Resource file ID. | 
| String | getResourceName()Get Resource name, preferably kept consistent with the file name. | 
| void | setBundleId(String BundleId)Set Bundle Client ID. | 
| void | setBundleInfo(String BundleInfo)Set Bundle Client Name | 
| void | setProjectId(String ProjectId)Set Project ID. | 
| void | setResourceFile(String ResourceFile)Set -Upload file and manual entry are two methods, choose one. | 
| void | setResourceId(String ResourceId)Set Resource file ID. | 
| void | setResourceName(String ResourceName)Set Resource name, preferably kept consistent with the file name. | 
| 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 UpdateResourceFileRequest()
public UpdateResourceFileRequest(UpdateResourceFileRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource file ID. Can be obtained through the ListResourceFiles API.public String getResourceFile()
public void setResourceFile(String ResourceFile)
ResourceFile - -Upload file and manual entry are two methods, choose one. if both are provided, the sequence is file > manual entry.
-The hand-filled value must be an existing cos path. /datastudio/resource/ is the fixed prefix. projectId is the project ID and requires a specific value. parentFolderPath is the parent folder path. name is the file name. 
Hand-filled value example:.
   /datastudio/resource/projectId/parentFolderPath/namepublic String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - Resource name, preferably kept consistent with the file name.public String getBundleId()
public void setBundleId(String BundleId)
BundleId - Bundle Client ID.public String getBundleInfo()
public void setBundleInfo(String BundleInfo)
BundleInfo - Bundle Client NameCopyright © 2025. All rights reserved.