Class ScheduleKeyDeletionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
public class ScheduleKeyDeletionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScheduleKeyDeletionRequest()ScheduleKeyDeletionRequest(ScheduleKeyDeletionRequest 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 StringgetKeyId()Get CMK的唯一标志LonggetPendingWindowInDays()Get 计划删除时间区间[7,30]voidsetKeyId(String KeyId)Set CMK的唯一标志voidsetPendingWindowInDays(Long PendingWindowInDays)Set 计划删除时间区间[7,30]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
-
ScheduleKeyDeletionRequest
public ScheduleKeyDeletionRequest()
-
ScheduleKeyDeletionRequest
public ScheduleKeyDeletionRequest(ScheduleKeyDeletionRequest 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
-
getKeyId
public String getKeyId()
Get CMK的唯一标志- Returns:
- KeyId CMK的唯一标志
-
setKeyId
public void setKeyId(String KeyId)
Set CMK的唯一标志- Parameters:
KeyId- CMK的唯一标志
-
getPendingWindowInDays
public Long getPendingWindowInDays()
Get 计划删除时间区间[7,30]- Returns:
- PendingWindowInDays 计划删除时间区间[7,30]
-
setPendingWindowInDays
public void setPendingWindowInDays(Long PendingWindowInDays)
Set 计划删除时间区间[7,30]- Parameters:
PendingWindowInDays- 计划删除时间区间[7,30]
-
-