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 |
getComputeGroupId()
Get 计算组id
|
String |
getFileConf()
Get 配置文件对应的相关属性信息
|
String |
getFileKeyValues()
Deprecated.
|
ConfigKeyValue[] |
getFileKeyValuesNew()
Get 配置文件kv值
|
String |
getFileName()
Get 配置文件名称
|
String |
getFilePath()
Get 配置文件路径
|
String |
getKeyConf()
Get 配置文件对应的其他属性信息
|
Long |
getNeedRestart()
Get 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
|
String |
getOriParam()
Get 配置文件的内容,base64编码
|
void |
setComputeGroupId(String ComputeGroupId)
Set 计算组id
|
void |
setFileConf(String FileConf)
Set 配置文件对应的相关属性信息
|
void |
setFileKeyValues(String FileKeyValues)
Deprecated.
|
void |
setFileKeyValuesNew(ConfigKeyValue[] FileKeyValuesNew)
Set 配置文件kv值
|
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, toJsonString
public ClusterConfigsInfoFromEMR()
public ClusterConfigsInfoFromEMR(ClusterConfigsInfoFromEMR source)
public String getComputeGroupId()
public void setComputeGroupId(String ComputeGroupId)
ComputeGroupId
- 计算组idpublic 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
- 配置文件路径@Deprecated public String getFileKeyValues()
@Deprecated public void setFileKeyValues(String FileKeyValues)
FileKeyValues
- 配置文件kv值
注意:此字段可能返回 null,表示取不到有效值。public ConfigKeyValue[] getFileKeyValuesNew()
public void setFileKeyValuesNew(ConfigKeyValue[] FileKeyValuesNew)
FileKeyValuesNew
- 配置文件kv值Copyright © 2025. All rights reserved.