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 Key creation time 
 | 
String | 
getKeyContent()
Get Key content 
 | 
String | 
getKeyId()
Get Key ID 
 | 
Long | 
getKeyOpenStatus()
Get Key status. 
 | 
String | 
getKeyVersion()
Get Key version 
 | 
void | 
setCreateTime(String CreateTime)
Set Key creation time 
 | 
void | 
setKeyContent(String KeyContent)
Set Key content 
 | 
void | 
setKeyId(String KeyId)
Set Key ID 
 | 
void | 
setKeyOpenStatus(Long KeyOpenStatus)
Set Key status. 
 | 
void | 
setKeyVersion(String KeyVersion)
Set Key version 
 | 
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 getKeyVersion()
public void setKeyVersion(String KeyVersion)
KeyVersion - Key versionpublic String getKeyContent()
public void setKeyContent(String KeyContent)
KeyContent - Key contentpublic String getKeyId()
public void setKeyId(String KeyId)
KeyId - Key IDpublic Long getKeyOpenStatus()
public void setKeyOpenStatus(Long KeyOpenStatus)
KeyOpenStatus - Key status. Valid value: `1` (enabled).public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Key creation timeCopyright © 2025. All rights reserved.