public class WaterPrintKey extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Key generation time
|
String |
getKeyContent()
Get Watermark key value
|
String |
getKeyId()
Get Watermark key ID
|
String |
getKeyVersion()
Get Watermark key version number
|
Long |
getOpenStatus()
Get Whether it is enabled.
|
void |
setCreateTime(String CreateTime)
Set Key generation time
|
void |
setKeyContent(String KeyContent)
Set Watermark key value
|
void |
setKeyId(String KeyId)
Set Watermark key ID
|
void |
setKeyVersion(String KeyVersion)
Set Watermark key version number
|
void |
setOpenStatus(Long OpenStatus)
Set Whether it is enabled.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WaterPrintKey()
public WaterPrintKey(WaterPrintKey source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Watermark key IDpublic String getKeyContent()
public void setKeyContent(String KeyContent)
KeyContent
- Watermark key valuepublic String getKeyVersion()
public void setKeyVersion(String KeyVersion)
KeyVersion
- Watermark key version numberpublic Long getOpenStatus()
public void setOpenStatus(Long OpenStatus)
OpenStatus
- Whether it is enabled. Valid values: [0 (no), 1 (yes)]public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Key generation timeCopyright © 2023. All rights reserved.