Class AsymmetricRsaDecryptResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
public class AsymmetricRsaDecryptResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AsymmetricRsaDecryptResponse()
AsymmetricRsaDecryptResponse(AsymmetricRsaDecryptResponse 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 String
getKeyId()
Get CMK的唯一标识String
getPlaintext()
Get 解密后的明文,base64编码String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setKeyId(String KeyId)
Set CMK的唯一标识void
setPlaintext(String Plaintext)
Set 解密后的明文,base64编码void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
toMap(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
-
AsymmetricRsaDecryptResponse
public AsymmetricRsaDecryptResponse()
-
AsymmetricRsaDecryptResponse
public AsymmetricRsaDecryptResponse(AsymmetricRsaDecryptResponse 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
-
getKeyId
public String getKeyId()
Get CMK的唯一标识- Returns:
- KeyId CMK的唯一标识
-
setKeyId
public void setKeyId(String KeyId)
Set CMK的唯一标识- Parameters:
KeyId
- CMK的唯一标识
-
getPlaintext
public String getPlaintext()
Get 解密后的明文,base64编码- Returns:
- Plaintext 解密后的明文,base64编码
-
setPlaintext
public void setPlaintext(String Plaintext)
Set 解密后的明文,base64编码- Parameters:
Plaintext
- 解密后的明文,base64编码
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-