Class ServiceBasicRestartInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.ServiceBasicRestartInfo
-
public class ServiceBasicRestartInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentBasicRestartInfo[]getComponentInfoList()Get 如果没传,则表示所有进程StringgetServiceName()Get 服务名,必填,如HDFSvoidsetComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)Set 如果没传,则表示所有进程voidsetServiceName(String ServiceName)Set 服务名,必填,如HDFSvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServiceBasicRestartInfo
public ServiceBasicRestartInfo()
-
ServiceBasicRestartInfo
public 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.
-
-
Method Detail
-
getServiceName
public String getServiceName()
Get 服务名,必填,如HDFS- Returns:
- ServiceName 服务名,必填,如HDFS
-
setServiceName
public void setServiceName(String ServiceName)
Set 服务名,必填,如HDFS- Parameters:
ServiceName- 服务名,必填,如HDFS
-
getComponentInfoList
public ComponentBasicRestartInfo[] getComponentInfoList()
Get 如果没传,则表示所有进程- Returns:
- ComponentInfoList 如果没传,则表示所有进程
-
setComponentInfoList
public void setComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)
Set 如果没传,则表示所有进程- Parameters:
ComponentInfoList- 如果没传,则表示所有进程
-
-