public class ScaleOutServiceConfGroupsInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScaleOutServiceConfGroupsInfo() | 
| ScaleOutServiceConfGroupsInfo(ScaleOutServiceConfGroupsInfo 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 | getConfGroupName()Get 配置组名 如hdfs-core-defaultGroup    ConfGroupName参数传入 代表配置组维度 
                                                             ConfGroupName参数不传 默认 代表集群维度 | 
| String | getServiceComponentName()Get 组件版本名称 如 HDFS-2.8.5 | 
| void | setConfGroupName(String ConfGroupName)Set 配置组名 如hdfs-core-defaultGroup    ConfGroupName参数传入 代表配置组维度 
                                                             ConfGroupName参数不传 默认 代表集群维度 | 
| void | setServiceComponentName(String ServiceComponentName)Set 组件版本名称 如 HDFS-2.8.5 | 
| 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 ScaleOutServiceConfGroupsInfo()
public ScaleOutServiceConfGroupsInfo(ScaleOutServiceConfGroupsInfo source)
public String getServiceComponentName()
public void setServiceComponentName(String ServiceComponentName)
ServiceComponentName - 组件版本名称 如 HDFS-2.8.5public String getConfGroupName()
public void setConfGroupName(String ConfGroupName)
ConfGroupName - 配置组名 如hdfs-core-defaultGroup    ConfGroupName参数传入 代表配置组维度 
                                                             ConfGroupName参数不传 默认 代表集群维度Copyright © 2025. All rights reserved.