Class WaterPrintKey
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.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 水印Key值StringgetKeyId()Get 水印KeyIDStringgetKeyVersion()Get 水印Key的版本号LonggetOpenStatus()Get 是否开启,取值[0(没有开启),1(已开启)]voidsetCreateTime(String CreateTime)Set 密钥生成时间voidsetKeyContent(String KeyContent)Set 水印Key值voidsetKeyId(String KeyId)Set 水印KeyIDvoidsetKeyVersion(String KeyVersion)Set 水印Key的版本号voidsetOpenStatus(Long OpenStatus)Set 是否开启,取值[0(没有开启),1(已开启)]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
-
getKeyId
public String getKeyId()
Get 水印KeyID- Returns:
- KeyId 水印KeyID
-
setKeyId
public void setKeyId(String KeyId)
Set 水印KeyID- Parameters:
KeyId- 水印KeyID
-
getKeyContent
public String getKeyContent()
Get 水印Key值- Returns:
- KeyContent 水印Key值
-
setKeyContent
public void setKeyContent(String KeyContent)
Set 水印Key值- Parameters:
KeyContent- 水印Key值
-
getKeyVersion
public String getKeyVersion()
Get 水印Key的版本号- Returns:
- KeyVersion 水印Key的版本号
-
setKeyVersion
public void setKeyVersion(String KeyVersion)
Set 水印Key的版本号- Parameters:
KeyVersion- 水印Key的版本号
-
getOpenStatus
public Long getOpenStatus()
Get 是否开启,取值[0(没有开启),1(已开启)]- Returns:
- OpenStatus 是否开启,取值[0(没有开启),1(已开启)]
-
setOpenStatus
public void setOpenStatus(Long OpenStatus)
Set 是否开启,取值[0(没有开启),1(已开启)]- Parameters:
OpenStatus- 是否开启,取值[0(没有开启),1(已开启)]
-
getCreateTime
public String getCreateTime()
Get 密钥生成时间- Returns:
- CreateTime 密钥生成时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 密钥生成时间- Parameters:
CreateTime- 密钥生成时间
-
-