public class CreateResourcePathRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateResourcePathRequest() |
CreateResourcePathRequest(CreateResourcePathRequest 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 |
getFilePath()
Get 文件夹所属父目录,请注意,根目录为 /datastudio/resource
|
String |
getName()
Get 文件夹名称,如 aaa
|
String |
getProjectId()
Get 项目ID
|
void |
setFilePath(String FilePath)
Set 文件夹所属父目录,请注意,根目录为 /datastudio/resource
|
void |
setName(String Name)
Set 文件夹名称,如 aaa
|
void |
setProjectId(String ProjectId)
Set 项目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 CreateResourcePathRequest()
public CreateResourcePathRequest(CreateResourcePathRequest source)
public String getName()
public void setName(String Name)
Name
- 文件夹名称,如 aaapublic String getFilePath()
public void setFilePath(String FilePath)
FilePath
- 文件夹所属父目录,请注意,根目录为 /datastudio/resourcepublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDCopyright © 2023. All rights reserved.