Class ServiceBasicRestartInfo

    • 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 - 如果没传,则表示所有进程