public class ClusterConfigsInfoFromEMR extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClusterConfigsInfoFromEMR() | 
| ClusterConfigsInfoFromEMR(ClusterConfigsInfoFromEMR 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 | getFileConf()Get 配置文件对应的相关属性信息 | 
| String | getFileName()Get 配置文件名称 | 
| String | getFilePath()Get 保存配置文件的路径 | 
| String | getKeyConf()Get 配置文件对应的其他属性信息 | 
| Long | getNeedRestart()Get 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启 | 
| String | getOriParam()Get 配置文件的内容,base64编码 | 
| void | setFileConf(String FileConf)Set 配置文件对应的相关属性信息 | 
| void | setFileName(String FileName)Set 配置文件名称 | 
| void | setFilePath(String FilePath)Set 保存配置文件的路径 | 
| void | setKeyConf(String KeyConf)Set 配置文件对应的其他属性信息 | 
| void | setNeedRestart(Long NeedRestart)Set 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启 | 
| void | setOriParam(String OriParam)Set 配置文件的内容,base64编码 | 
| 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 ClusterConfigsInfoFromEMR()
public ClusterConfigsInfoFromEMR(ClusterConfigsInfoFromEMR source)
public String getFileName()
public void setFileName(String FileName)
FileName - 配置文件名称public String getFileConf()
public void setFileConf(String FileConf)
FileConf - 配置文件对应的相关属性信息public String getKeyConf()
public void setKeyConf(String KeyConf)
KeyConf - 配置文件对应的其他属性信息public String getOriParam()
public void setOriParam(String OriParam)
OriParam - 配置文件的内容,base64编码public Long getNeedRestart()
public void setNeedRestart(Long NeedRestart)
NeedRestart - 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启public String getFilePath()
public void setFilePath(String FilePath)
FilePath - 保存配置文件的路径Copyright © 2025. All rights reserved.