public class ListProductByTagsResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListProductByTagsResponse.ProductInfo |
| 构造器和说明 |
|---|
ListProductByTagsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getErrorMessage() |
ListProductByTagsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<ListProductByTagsResponse.ProductInfo> |
getProductInfos() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setErrorMessage(String errorMessage) |
void |
setProductInfos(List<ListProductByTagsResponse.ProductInfo> productInfos) |
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 getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getCode()
public void setCode(String code)
public List<ListProductByTagsResponse.ProductInfo> getProductInfos()
public void setProductInfos(List<ListProductByTagsResponse.ProductInfo> productInfos)
public ListProductByTagsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.