public class PostQuantumCryptoVerifyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PostQuantumCryptoVerifyRequest() | 
| PostQuantumCryptoVerifyRequest(PostQuantumCryptoVerifyRequest 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 | getKeyId()Get Unique ID of a key | 
| String | getMessage()Get Original message text before Base64 encoding. | 
| String | getSignatureValue()Get Signature value, which is generated by calling the `PostQuantumCryptoSign` API. | 
| void | setKeyId(String KeyId)Set Unique ID of a key | 
| void | setMessage(String Message)Set Original message text before Base64 encoding. | 
| void | setSignatureValue(String SignatureValue)Set Signature value, which is generated by calling the `PostQuantumCryptoSign` API. | 
| 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 PostQuantumCryptoVerifyRequest()
public PostQuantumCryptoVerifyRequest(PostQuantumCryptoVerifyRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - Unique ID of a keypublic String getSignatureValue()
public void setSignatureValue(String SignatureValue)
SignatureValue - Signature value, which is generated by calling the `PostQuantumCryptoSign` API.public String getMessage()
public void setMessage(String Message)
Message - Original message text before Base64 encoding. It cannot exceed 4096 bytes.Copyright © 2025. All rights reserved.