Class HDFSConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.HDFSConfig
-
public class HDFSConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HDFSConfig()HDFSConfig(HDFSConfig 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 StringgetId()Get 集群实例ID,实例ID形如: emr-xxxxxxxxStringgetPath()Get 路径voidsetId(String Id)Set 集群实例ID,实例ID形如: emr-xxxxxxxxvoidsetPath(String Path)Set 路径voidtoMap(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
-
HDFSConfig
public HDFSConfig()
-
HDFSConfig
public HDFSConfig(HDFSConfig 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
-
getId
public String getId()
Get 集群实例ID,实例ID形如: emr-xxxxxxxx- Returns:
- Id 集群实例ID,实例ID形如: emr-xxxxxxxx
-
setId
public void setId(String Id)
Set 集群实例ID,实例ID形如: emr-xxxxxxxx- Parameters:
Id- 集群实例ID,实例ID形如: emr-xxxxxxxx
-
getPath
public String getPath()
Get 路径- Returns:
- Path 路径
-
setPath
public void setPath(String Path)
Set 路径- Parameters:
Path- 路径
-
-