Class CreateResourcePathRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.CreateResourcePathRequest
-
public class CreateResourcePathRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilePath()Get 文件夹所属父目录,请注意,根目录为 /datastudio/resourceStringgetName()Get 文件夹名称,如 aaaStringgetProjectId()Get 项目IDvoidsetFilePath(String FilePath)Set 文件夹所属父目录,请注意,根目录为 /datastudio/resourcevoidsetName(String Name)Set 文件夹名称,如 aaavoidsetProjectId(String ProjectId)Set 项目IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateResourcePathRequest
public CreateResourcePathRequest()
-
CreateResourcePathRequest
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 文件夹名称,如 aaa- Returns:
- Name 文件夹名称,如 aaa
-
setName
public void setName(String Name)
Set 文件夹名称,如 aaa- Parameters:
Name- 文件夹名称,如 aaa
-
getFilePath
public String getFilePath()
Get 文件夹所属父目录,请注意,根目录为 /datastudio/resource- Returns:
- FilePath 文件夹所属父目录,请注意,根目录为 /datastudio/resource
-
setFilePath
public void setFilePath(String FilePath)
Set 文件夹所属父目录,请注意,根目录为 /datastudio/resource- Parameters:
FilePath- 文件夹所属父目录,请注意,根目录为 /datastudio/resource
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
-