Class DlcRemoveOrphanFilesInfo

    • Constructor Detail

      • DlcRemoveOrphanFilesInfo

        public DlcRemoveOrphanFilesInfo()
      • DlcRemoveOrphanFilesInfo

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

      • getRemoveOrphanFilesEnable

        public String getRemoveOrphanFilesEnable()
        Get 是否启用移除孤立文件治理项:enable、none 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RemoveOrphanFilesEnable 是否启用移除孤立文件治理项:enable、none 注意:此字段可能返回 null,表示取不到有效值。
      • setRemoveOrphanFilesEnable

        public void setRemoveOrphanFilesEnable​(String RemoveOrphanFilesEnable)
        Set 是否启用移除孤立文件治理项:enable、none 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RemoveOrphanFilesEnable - 是否启用移除孤立文件治理项:enable、none 注意:此字段可能返回 null,表示取不到有效值。
      • getEngine

        public String getEngine()
        Get 用于运行移除孤立文件治理项的引擎名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Engine 用于运行移除孤立文件治理项的引擎名称 注意:此字段可能返回 null,表示取不到有效值。
      • setEngine

        public void setEngine​(String Engine)
        Set 用于运行移除孤立文件治理项的引擎名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Engine - 用于运行移除孤立文件治理项的引擎名称 注意:此字段可能返回 null,表示取不到有效值。
      • getBeforeDays

        public Long getBeforeDays()
        Get 移除指定天前的孤立文件 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BeforeDays 移除指定天前的孤立文件 注意:此字段可能返回 null,表示取不到有效值。
      • setBeforeDays

        public void setBeforeDays​(Long BeforeDays)
        Set 移除指定天前的孤立文件 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BeforeDays - 移除指定天前的孤立文件 注意:此字段可能返回 null,表示取不到有效值。
      • getMaxConcurrentDeletes

        public Long getMaxConcurrentDeletes()
        Get 移除孤立文件的并行数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MaxConcurrentDeletes 移除孤立文件的并行数 注意:此字段可能返回 null,表示取不到有效值。
      • setMaxConcurrentDeletes

        public void setMaxConcurrentDeletes​(Long MaxConcurrentDeletes)
        Set 移除孤立文件的并行数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MaxConcurrentDeletes - 移除孤立文件的并行数 注意:此字段可能返回 null,表示取不到有效值。
      • getIntervalMin

        public Long getIntervalMin()
        Get 移除孤立文件治理运行周期,单位为分钟 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IntervalMin 移除孤立文件治理运行周期,单位为分钟 注意:此字段可能返回 null,表示取不到有效值。
      • setIntervalMin

        public void setIntervalMin​(Long IntervalMin)
        Set 移除孤立文件治理运行周期,单位为分钟 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IntervalMin - 移除孤立文件治理运行周期,单位为分钟 注意:此字段可能返回 null,表示取不到有效值。