public class ModifySecLogCleanSettingInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifySecLogCleanSettingInfoRequest() |
ModifySecLogCleanSettingInfoRequest(ModifySecLogCleanSettingInfoRequest 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 |
getDayLimit()
Get Storage period (no less than one day) for triggering clearing
|
Long |
getReservesDeadline()
Get Storage limit (greater than 0 and smaller than `ReservesLimit`) for stopping clearing
|
Long |
getReservesLimit()
Get Minimum storage (50-99) for triggering clearing
|
void |
setDayLimit(Long DayLimit)
Set Storage period (no less than one day) for triggering clearing
|
void |
setReservesDeadline(Long ReservesDeadline)
Set Storage limit (greater than 0 and smaller than `ReservesLimit`) for stopping clearing
|
void |
setReservesLimit(Long ReservesLimit)
Set Minimum storage (50-99) for triggering clearing
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifySecLogCleanSettingInfoRequest()
public ModifySecLogCleanSettingInfoRequest(ModifySecLogCleanSettingInfoRequest source)
public Long getReservesLimit()
public void setReservesLimit(Long ReservesLimit)
ReservesLimit
- Minimum storage (50-99) for triggering clearingpublic Long getReservesDeadline()
public void setReservesDeadline(Long ReservesDeadline)
ReservesDeadline
- Storage limit (greater than 0 and smaller than `ReservesLimit`) for stopping clearingpublic Long getDayLimit()
public void setDayLimit(Long DayLimit)
DayLimit
- Storage period (no less than one day) for triggering clearingCopyright © 2023. All rights reserved.