Class SecretIdLastUsed
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.SecretIdLastUsed
-
public class SecretIdLastUsed extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SecretIdLastUsed()SecretIdLastUsed(SecretIdLastUsed 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 LonggetLastSecretUsedDate()Get 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。StringgetLastUsedDate()Get 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。StringgetSecretId()Get 密钥IDvoidsetLastSecretUsedDate(Long LastSecretUsedDate)Set 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。voidsetLastUsedDate(String LastUsedDate)Set 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。voidsetSecretId(String SecretId)Set 密钥IDvoidtoMap(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
-
SecretIdLastUsed
public SecretIdLastUsed()
-
SecretIdLastUsed
public SecretIdLastUsed(SecretIdLastUsed 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
-
getSecretId
public String getSecretId()
Get 密钥ID- Returns:
- SecretId 密钥ID
-
setSecretId
public void setSecretId(String SecretId)
Set 密钥ID- Parameters:
SecretId- 密钥ID
-
getLastUsedDate
public String getLastUsedDate()
Get 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastUsedDate 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。
-
setLastUsedDate
public void setLastUsedDate(String LastUsedDate)
Set 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastUsedDate- 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。
-
getLastSecretUsedDate
public Long getLastSecretUsedDate()
Get 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastSecretUsedDate 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。
-
setLastSecretUsedDate
public void setLastSecretUsedDate(Long LastSecretUsedDate)
Set 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastSecretUsedDate- 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。
-
-