Class SwitchDataEngineRequest

    • Constructor Detail

      • SwitchDataEngineRequest

        public SwitchDataEngineRequest()
      • SwitchDataEngineRequest

        public SwitchDataEngineRequest​(SwitchDataEngineRequest 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

      • getDataEngineName

        public String getDataEngineName()
        Get 主集群名称
        Returns:
        DataEngineName 主集群名称
      • setDataEngineName

        public void setDataEngineName​(String DataEngineName)
        Set 主集群名称
        Parameters:
        DataEngineName - 主集群名称
      • getStartStandbyCluster

        public Boolean getStartStandbyCluster()
        Get 是否开启备集群
        Returns:
        StartStandbyCluster 是否开启备集群
      • setStartStandbyCluster

        public void setStartStandbyCluster​(Boolean StartStandbyCluster)
        Set 是否开启备集群
        Parameters:
        StartStandbyCluster - 是否开启备集群