Uses of Class
com.tencentcloudapi.emr.v20190103.models.ComponentBasicRestartInfo
-
Packages that use ComponentBasicRestartInfo Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of ComponentBasicRestartInfo in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return ComponentBasicRestartInfo Modifier and Type Method Description ComponentBasicRestartInfo[]ServiceBasicRestartInfo. getComponentInfoList()Get 如果没传,则表示所有进程Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type ComponentBasicRestartInfo Modifier and Type Method Description voidServiceBasicRestartInfo. setComponentInfoList(ComponentBasicRestartInfo[] ComponentInfoList)Set 如果没传,则表示所有进程Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type ComponentBasicRestartInfo Constructor Description 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.
-