Class DlcRemoveOrphanFilesInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DlcRemoveOrphanFilesInfo
-
public class DlcRemoveOrphanFilesInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DlcRemoveOrphanFilesInfo()
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBeforeDays()
Get 移除指定天前的孤立文件 注意:此字段可能返回 null,表示取不到有效值。String
getEngine()
Get 用于运行移除孤立文件治理项的引擎名称 注意:此字段可能返回 null,表示取不到有效值。Long
getIntervalMin()
Get 移除孤立文件治理运行周期,单位为分钟 注意:此字段可能返回 null,表示取不到有效值。Long
getMaxConcurrentDeletes()
Get 移除孤立文件的并行数 注意:此字段可能返回 null,表示取不到有效值。String
getRemoveOrphanFilesEnable()
Get 是否启用移除孤立文件治理项:enable、none 注意:此字段可能返回 null,表示取不到有效值。void
setBeforeDays(Long BeforeDays)
Set 移除指定天前的孤立文件 注意:此字段可能返回 null,表示取不到有效值。void
setEngine(String Engine)
Set 用于运行移除孤立文件治理项的引擎名称 注意:此字段可能返回 null,表示取不到有效值。void
setIntervalMin(Long IntervalMin)
Set 移除孤立文件治理运行周期,单位为分钟 注意:此字段可能返回 null,表示取不到有效值。void
setMaxConcurrentDeletes(Long MaxConcurrentDeletes)
Set 移除孤立文件的并行数 注意:此字段可能返回 null,表示取不到有效值。void
setRemoveOrphanFilesEnable(String RemoveOrphanFilesEnable)
Set 是否启用移除孤立文件治理项:enable、none 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-