public class ServiceBasicRestartInfo extends AbstractModel
Constructor and Description |
---|
ServiceBasicRestartInfo() |
ServiceBasicRestartInfo(ServiceBasicRestartInfo 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 |
---|---|
ComponentBasicRestartInfo[] |
getComponentInfoList()
Get If it is left empty, all processes will be operated on.
|
String |
getServiceName()
Get The service name (required), such as HDFS.
|
void |
setComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)
Set If it is left empty, all processes will be operated on.
|
void |
setServiceName(String ServiceName)
Set The service name (required), such as HDFS.
|
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 ServiceBasicRestartInfo()
public ServiceBasicRestartInfo(ServiceBasicRestartInfo source)
public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- The service name (required), such as HDFS.public ComponentBasicRestartInfo[] getComponentInfoList()
public void setComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)
ComponentInfoList
- If it is left empty, all processes will be operated on.Copyright © 2023. All rights reserved.