Class AssetUserKeyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetUserKeyInfo
-
public class AssetUserKeyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Get 公钥备注StringgetEncryptType()Get 加密方式StringgetValue()Get 公钥值voidsetComment(String Comment)Set 公钥备注voidsetEncryptType(String EncryptType)Set 加密方式voidsetValue(String Value)Set 公钥值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AssetUserKeyInfo
public AssetUserKeyInfo()
-
AssetUserKeyInfo
public 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.
-
-
Method Detail
-
getValue
public String getValue()
Get 公钥值- Returns:
- Value 公钥值
-
setValue
public void setValue(String Value)
Set 公钥值- Parameters:
Value- 公钥值
-
getComment
public String getComment()
Get 公钥备注- Returns:
- Comment 公钥备注
-
setComment
public void setComment(String Comment)
Set 公钥备注- Parameters:
Comment- 公钥备注
-
getEncryptType
public String getEncryptType()
Get 加密方式- Returns:
- EncryptType 加密方式
-
setEncryptType
public void setEncryptType(String EncryptType)
Set 加密方式- Parameters:
EncryptType- 加密方式
-
-