Class ClassificationConfigureInfoForUpdate


  • public class ClassificationConfigureInfoForUpdate
    extends AbstractModel
    • Constructor Detail

      • ClassificationConfigureInfoForUpdate

        public ClassificationConfigureInfoForUpdate()
      • ClassificationConfigureInfoForUpdate

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

      • getSwitch

        public String getSwitch()
        Get 智能分类任务开关,可选值:
      • ON:开启智能分类任务;
      • OFF:关闭智能分类任务。
Returns:
Switch 智能分类任务开关,可选值:
  • ON:开启智能分类任务;
  • OFF:关闭智能分类任务。
  • Parameters:
    Switch - 智能分类任务开关,可选值:
  • ON:开启智能分类任务;
  • OFF:关闭智能分类任务。