public class EncryptResponse
extends com.aliyuncs.AcsResponse
| 构造器和说明 |
|---|
EncryptResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCiphertextBlob() |
EncryptResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getKeyId() |
String |
getRequestId() |
void |
setCiphertextBlob(String ciphertextBlob) |
void |
setKeyId(String keyId) |
void |
setRequestId(String requestId) |
public String getCiphertextBlob()
public void setCiphertextBlob(String ciphertextBlob)
public String getKeyId()
public void setKeyId(String keyId)
public String getRequestId()
public void setRequestId(String requestId)
public EncryptResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.