public class WaterPrintKey extends AbstractModel
header, skipSign| 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 密钥生成时间 | 
| String | getKeyContent()Get 水印Key值 | 
| String | getKeyId()Get 水印KeyID | 
| String | getKeyVersion()Get 水印Key的版本号 | 
| Long | getOpenStatus()Get 是否开启,取值[0(没有开启),1(已开启)] | 
| void | setCreateTime(String CreateTime)Set 密钥生成时间 | 
| void | setKeyContent(String KeyContent)Set 水印Key值 | 
| void | setKeyId(String KeyId)Set 水印KeyID | 
| void | setKeyVersion(String KeyVersion)Set 水印Key的版本号 | 
| void | setOpenStatus(Long OpenStatus)Set 是否开启,取值[0(没有开启),1(已开启)] | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic WaterPrintKey()
public WaterPrintKey(WaterPrintKey source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - 水印KeyIDpublic String getKeyContent()
public void setKeyContent(String KeyContent)
KeyContent - 水印Key值public String getKeyVersion()
public void setKeyVersion(String KeyVersion)
KeyVersion - 水印Key的版本号public Long getOpenStatus()
public void setOpenStatus(Long OpenStatus)
OpenStatus - 是否开启,取值[0(没有开启),1(已开启)]public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 密钥生成时间Copyright © 2025. All rights reserved.