Class DescribeSecLogCleanSettingInfoResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeSecLogCleanSettingInfoResponse
-
public class DescribeSecLogCleanSettingInfoResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSecLogCleanSettingInfoResponse()DescribeSecLogCleanSettingInfoResponse(DescribeSecLogCleanSettingInfoResponse 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 LonggetDayLimit()Get 触发清理的存储天数StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetReservesDeadline()Get 清理停止时的储量截至线LonggetReservesLimit()Get 触发清理的储量底线voidsetDayLimit(Long DayLimit)Set 触发清理的存储天数voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetReservesDeadline(Long ReservesDeadline)Set 清理停止时的储量截至线voidsetReservesLimit(Long ReservesLimit)Set 触发清理的储量底线voidtoMap(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
-
DescribeSecLogCleanSettingInfoResponse
public DescribeSecLogCleanSettingInfoResponse()
-
DescribeSecLogCleanSettingInfoResponse
public DescribeSecLogCleanSettingInfoResponse(DescribeSecLogCleanSettingInfoResponse 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
-
getReservesLimit
public Long getReservesLimit()
Get 触发清理的储量底线- Returns:
- ReservesLimit 触发清理的储量底线
-
setReservesLimit
public void setReservesLimit(Long ReservesLimit)
Set 触发清理的储量底线- Parameters:
ReservesLimit- 触发清理的储量底线
-
getReservesDeadline
public Long getReservesDeadline()
Get 清理停止时的储量截至线- Returns:
- ReservesDeadline 清理停止时的储量截至线
-
setReservesDeadline
public void setReservesDeadline(Long ReservesDeadline)
Set 清理停止时的储量截至线- Parameters:
ReservesDeadline- 清理停止时的储量截至线
-
getDayLimit
public Long getDayLimit()
Get 触发清理的存储天数- Returns:
- DayLimit 触发清理的存储天数
-
setDayLimit
public void setDayLimit(Long DayLimit)
Set 触发清理的存储天数- Parameters:
DayLimit- 触发清理的存储天数
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-