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 Public key remarks
|
String |
getEncryptType()
Get Encryption method
|
String |
getValue()
Get Public key value
|
void |
setComment(String Comment)
Set Public key remarks
|
void |
setEncryptType(String EncryptType)
Set Encryption method
|
void |
setValue(String Value)
Set Public key value
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetUserKeyInfo()
public AssetUserKeyInfo(AssetUserKeyInfo source)
public String getValue()
public void setValue(String Value)
Value
- Public key valuepublic String getComment()
public void setComment(String Comment)
Comment
- Public key remarkspublic String getEncryptType()
public void setEncryptType(String EncryptType)
EncryptType
- Encryption methodCopyright © 2024. All rights reserved.