public class AssetUserKeyInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssetUserKeyInfo() | 
| AssetUserKeyInfo(AssetUserKeyInfo 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 | getComment()Get 公钥备注 | 
| String | getEncryptType()Get 加密方式 | 
| String | getValue()Get 公钥值 | 
| void | setComment(String Comment)Set 公钥备注 | 
| void | setEncryptType(String EncryptType)Set 加密方式 | 
| void | setValue(String Value)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 AssetUserKeyInfo()
public AssetUserKeyInfo(AssetUserKeyInfo source)
public String getValue()
public void setValue(String Value)
Value - 公钥值public String getComment()
public void setComment(String Comment)
Comment - 公钥备注public String getEncryptType()
public void setEncryptType(String EncryptType)
EncryptType - 加密方式Copyright © 2025. All rights reserved.