public class CreateWhiteBoxKeyResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateWhiteBoxKeyResponse() |
CreateWhiteBoxKeyResponse(CreateWhiteBoxKeyResponse 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 |
getDecryptKey()
Get Base64-encoded decryption key
|
String |
getEncryptKey()
Get Base64-encoded encryption key
|
String |
getKeyId()
Get Globally unique white-box key ID
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTagCode()
Get Return code of Tag operation.
|
String |
getTagMsg()
Get Response information of Tag operation.
|
void |
setDecryptKey(String DecryptKey)
Set Base64-encoded decryption key
|
void |
setEncryptKey(String EncryptKey)
Set Base64-encoded encryption key
|
void |
setKeyId(String KeyId)
Set Globally unique white-box key ID
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTagCode(Long TagCode)
Set Return code of Tag operation.
|
void |
setTagMsg(String TagMsg)
Set Response information of Tag operation.
|
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, toJsonString
public CreateWhiteBoxKeyResponse()
public CreateWhiteBoxKeyResponse(CreateWhiteBoxKeyResponse source)
public String getEncryptKey()
public void setEncryptKey(String EncryptKey)
EncryptKey
- Base64-encoded encryption keypublic String getDecryptKey()
public void setDecryptKey(String DecryptKey)
DecryptKey
- Base64-encoded decryption keypublic String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Globally unique white-box key IDpublic Long getTagCode()
public void setTagCode(Long TagCode)
TagCode
- Return code of Tag operation. `0`: success; `1`: internal error; `2`: business processing error.public String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg
- Response information of Tag operation.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.