public class DescribeWhiteBoxKeyResponse extends AbstractModel
| Constructor and Description |
|---|
DescribeWhiteBoxKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
WhiteboxKeyInfo |
getKeyInfo()
Get 白盒密钥信息
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setKeyInfo(WhiteboxKeyInfo KeyInfo)
Set 白盒密钥信息
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic WhiteboxKeyInfo getKeyInfo()
public void setKeyInfo(WhiteboxKeyInfo KeyInfo)
KeyInfo - 白盒密钥信息public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.