public class QueryProductCertInfoResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryProductCertInfoResponse.ProductCertInfo |
| 构造器和说明 |
|---|
QueryProductCertInfoResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getErrorMessage() |
QueryProductCertInfoResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
QueryProductCertInfoResponse.ProductCertInfo |
getProductCertInfo() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setErrorMessage(String errorMessage) |
void |
setProductCertInfo(QueryProductCertInfoResponse.ProductCertInfo productCertInfo) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getCode()
public void setCode(String code)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public QueryProductCertInfoResponse.ProductCertInfo getProductCertInfo()
public void setProductCertInfo(QueryProductCertInfoResponse.ProductCertInfo productCertInfo)
public QueryProductCertInfoResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.