Class WaterPrintKey
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.WaterPrintKey
-
public class WaterPrintKey extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WaterPrintKey()WaterPrintKey(WaterPrintKey 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 StringgetCreateTime()Get 密钥生成时间StringgetKeyContent()Get 密钥内容StringgetKeyId()Get 密钥IDLonggetKeyOpenStatus()Get 密钥启用状态,只有一个取值1(启用)StringgetKeyVersion()Get 密钥版本号voidsetCreateTime(String CreateTime)Set 密钥生成时间voidsetKeyContent(String KeyContent)Set 密钥内容voidsetKeyId(String KeyId)Set 密钥IDvoidsetKeyOpenStatus(Long KeyOpenStatus)Set 密钥启用状态,只有一个取值1(启用)voidsetKeyVersion(String KeyVersion)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
-
WaterPrintKey
public WaterPrintKey()
-
WaterPrintKey
public WaterPrintKey(WaterPrintKey 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
-
getKeyVersion
public String getKeyVersion()
Get 密钥版本号- Returns:
- KeyVersion 密钥版本号
-
setKeyVersion
public void setKeyVersion(String KeyVersion)
Set 密钥版本号- Parameters:
KeyVersion- 密钥版本号
-
getKeyContent
public String getKeyContent()
Get 密钥内容- Returns:
- KeyContent 密钥内容
-
setKeyContent
public void setKeyContent(String KeyContent)
Set 密钥内容- Parameters:
KeyContent- 密钥内容
-
getKeyId
public String getKeyId()
Get 密钥ID- Returns:
- KeyId 密钥ID
-
setKeyId
public void setKeyId(String KeyId)
Set 密钥ID- Parameters:
KeyId- 密钥ID
-
getKeyOpenStatus
public Long getKeyOpenStatus()
Get 密钥启用状态,只有一个取值1(启用)- Returns:
- KeyOpenStatus 密钥启用状态,只有一个取值1(启用)
-
setKeyOpenStatus
public void setKeyOpenStatus(Long KeyOpenStatus)
Set 密钥启用状态,只有一个取值1(启用)- Parameters:
KeyOpenStatus- 密钥启用状态,只有一个取值1(启用)
-
getCreateTime
public String getCreateTime()
Get 密钥生成时间- Returns:
- CreateTime 密钥生成时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 密钥生成时间- Parameters:
CreateTime- 密钥生成时间
-
-