public class DlcRemoveOrphanFilesInfo extends AbstractModel
header, skipSign| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getBeforeDays()
Get Remove Isolated Files Older Than Specified Days
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEngine()
Get Engine Name for Running Removal of Isolated Files Governance Item
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getIntervalMin()
Get Isolated Files Governance Run Cycle, in minutes
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getMaxConcurrentDeletes()
Get Number of Concurrent Processes for Removing Isolated Files
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRemoveOrphanFilesEnable()
Get Enable Removal of Isolated Files Governance Item: enable, none
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setBeforeDays(Long BeforeDays)
Set Remove Isolated Files Older Than Specified Days
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEngine(String Engine)
Set Engine Name for Running Removal of Isolated Files Governance Item
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setIntervalMin(Long IntervalMin)
Set Isolated Files Governance Run Cycle, in minutes
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setMaxConcurrentDeletes(Long MaxConcurrentDeletes)
Set Number of Concurrent Processes for Removing Isolated Files
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRemoveOrphanFilesEnable(String RemoveOrphanFilesEnable)
Set Enable Removal of Isolated Files Governance Item: enable, none
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DlcRemoveOrphanFilesInfo()
public DlcRemoveOrphanFilesInfo(DlcRemoveOrphanFilesInfo source)
public String getRemoveOrphanFilesEnable()
public void setRemoveOrphanFilesEnable(String RemoveOrphanFilesEnable)
RemoveOrphanFilesEnable - Enable Removal of Isolated Files Governance Item: enable, none
Note: This field may return null, indicating that no valid value can be obtained.public String getEngine()
public void setEngine(String Engine)
Engine - Engine Name for Running Removal of Isolated Files Governance Item
Note: This field may return null, indicating that no valid value can be obtained.public Long getBeforeDays()
public void setBeforeDays(Long BeforeDays)
BeforeDays - Remove Isolated Files Older Than Specified Days
Note: This field may return null, indicating that no valid value can be obtained.public Long getMaxConcurrentDeletes()
public void setMaxConcurrentDeletes(Long MaxConcurrentDeletes)
MaxConcurrentDeletes - Number of Concurrent Processes for Removing Isolated Files
Note: This field may return null, indicating that no valid value can be obtained.public Long getIntervalMin()
public void setIntervalMin(Long IntervalMin)
IntervalMin - Isolated Files Governance Run Cycle, in minutes
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.