Class RunAutomationServiceEnabled

    • Constructor Detail

      • RunAutomationServiceEnabled

        public RunAutomationServiceEnabled()
      • RunAutomationServiceEnabled

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

      • getEnabled

        public Boolean getEnabled()
        Get 是否开启云自动化助手。取值范围:
      • TRUE:表示开启云自动化助手服务
      • FALSE:表示不开启云自动化助手服务

        默认取值:FALSE。
Returns:
Enabled 是否开启云自动化助手。取值范围:
  • TRUE:表示开启云自动化助手服务
  • FALSE:表示不开启云自动化助手服务

    默认取值:FALSE。
  • Parameters:
    Enabled - 是否开启云自动化助手。取值范围:
  • TRUE:表示开启云自动化助手服务
  • FALSE:表示不开启云自动化助手服务

    默认取值:FALSE。