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 密钥内容 | 
| String | getKeyId()Get 密钥ID | 
| Long | getKeyOpenStatus()Get 密钥启用状态,只有一个取值1(启用) | 
| String | getKeyVersion()Get 密钥版本号 | 
| void | setCreateTime(String CreateTime)Set 密钥生成时间 | 
| void | setKeyContent(String KeyContent)Set 密钥内容 | 
| void | setKeyId(String KeyId)Set 密钥ID | 
| void | setKeyOpenStatus(Long KeyOpenStatus)Set 密钥启用状态,只有一个取值1(启用) | 
| void | setKeyVersion(String KeyVersion)Set 密钥版本号 | 
| 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 - 密钥版本号public String getKeyContent()
public void setKeyContent(String KeyContent)
KeyContent - 密钥内容public String getKeyId()
public void setKeyId(String KeyId)
KeyId - 密钥IDpublic Long getKeyOpenStatus()
public void setKeyOpenStatus(Long KeyOpenStatus)
KeyOpenStatus - 密钥启用状态,只有一个取值1(启用)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 密钥生成时间Copyright © 2025. All rights reserved.