public class ServiceBasicRestartInfo extends AbstractModel
header, skipSign
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 如果没传,则表示所有进程
|
String |
getServiceName()
Get 服务名,必填,如HDFS
|
void |
setComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)
Set 如果没传,则表示所有进程
|
void |
setServiceName(String ServiceName)
Set 服务名,必填,如HDFS
|
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 ServiceBasicRestartInfo()
public ServiceBasicRestartInfo(ServiceBasicRestartInfo source)
public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- 服务名,必填,如HDFSpublic ComponentBasicRestartInfo[] getComponentInfoList()
public void setComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)
ComponentInfoList
- 如果没传,则表示所有进程Copyright © 2024. All rights reserved.