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 Configuration group name, for example, hdfs-core-defaultGroup. | 
| String | getServiceComponentName()Get Component version name, for example, HDFS-2.8.5. | 
| void | setConfGroupName(String ConfGroupName)Set Configuration group name, for example, hdfs-core-defaultGroup. | 
| void | setServiceComponentName(String ServiceComponentName)Set Component version name, for example, 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 - Component version name, for example, HDFS-2.8.5.public String getConfGroupName()
public void setConfGroupName(String ConfGroupName)
ConfGroupName - Configuration group name, for example, hdfs-core-defaultGroup. If the ConfGroupName parameter is passed in, the configuration group dimension is used.
                                                             If the ConfGroupName parameter is not passed in, the cluster dimension is used.Copyright © 2025. All rights reserved.