public class ComponentBasicRestartInfo extends AbstractModel
Constructor and Description |
---|
ComponentBasicRestartInfo() |
ComponentBasicRestartInfo(ComponentBasicRestartInfo 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 |
getComponentName()
Get The process name (required), such as NameNode.
|
String[] |
getIpList()
Get The target IP list.
|
void |
setComponentName(String ComponentName)
Set The process name (required), such as NameNode.
|
void |
setIpList(String[] IpList)
Set The target IP list.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ComponentBasicRestartInfo()
public ComponentBasicRestartInfo(ComponentBasicRestartInfo source)
public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- The process name (required), such as NameNode.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getIpList()
public void setIpList(String[] IpList)
IpList
- The target IP list.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.