public class CreateResourceFileRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateResourceFileRequest() |
CreateResourceFileRequest(CreateResourceFileRequest 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 |
getBucketName()
Get Bucket name.
|
String |
getBundleId()
Get Bundle Client ID.
|
String |
getBundleInfo()
Get bundle client info.
|
String |
getCosRegion()
Get BucketName specifies the cos storage bucket region.
|
String |
getParentFolderPath()
Get Upload path for resource files in the project.
|
String |
getProjectId()
Get Project ID.
|
String |
getResourceFile()
Get -Upload file and manual entry are two methods, choose one.
|
String |
getResourceName()
Get Resource file name.
|
void |
setBucketName(String BucketName)
Set Bucket name.
|
void |
setBundleId(String BundleId)
Set Bundle Client ID.
|
void |
setBundleInfo(String BundleInfo)
Set bundle client info.
|
void |
setCosRegion(String CosRegion)
Set BucketName specifies the cos storage bucket region.
|
void |
setParentFolderPath(String ParentFolderPath)
Set Upload path for resource files in the project.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setResourceFile(String ResourceFile)
Set -Upload file and manual entry are two methods, choose one.
|
void |
setResourceName(String ResourceName)
Set Resource 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, toJsonString
public CreateResourceFileRequest()
public CreateResourceFileRequest(CreateResourceFileRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- Resource file name. should be consistent with the uploaded file name.public String getBucketName()
public void setBucketName(String BucketName)
BucketName
- Bucket name. can be obtained from the GetResourceCosPath api.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- BucketName specifies the cos storage bucket region.public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- Upload path for resource files in the project. value example: /wedata/qxxxm/. root directory, please use /.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 manually entered value must be an existing cos path. /datastudio/resource/ is the fixed prefix. projectId is the project ID. import a specific value. parentFolderPath is the folder path. name is the file name. value example: /datastudio/resource/projectId/parentFolderPath/name.public String getBundleId()
public void setBundleId(String BundleId)
BundleId
- Bundle Client ID.public String getBundleInfo()
public void setBundleInfo(String BundleInfo)
BundleInfo
- bundle client info.Copyright © 2025. All rights reserved.