public class HDFSConfig extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Get 集群实例ID,实例ID形如: emr-xxxxxxxx | 
| String | getPath()Get 路径 | 
| void | setId(String Id)Set 集群实例ID,实例ID形如: emr-xxxxxxxx | 
| void | setPath(String Path)Set 路径 | 
| 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 HDFSConfig()
public HDFSConfig(HDFSConfig source)
public String getId()
public void setId(String Id)
Id - 集群实例ID,实例ID形如: emr-xxxxxxxxpublic String getPath()
public void setPath(String Path)
Path - 路径Copyright © 2025. All rights reserved.