public class ListProductByTagsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos |
static class |
ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
String |
errorMessage |
ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos |
productInfos |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
ListProductByTagsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListProductByTagsResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getErrorMessage() |
ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos |
getProductInfos() |
String |
getRequestId() |
Boolean |
getSuccess() |
ListProductByTagsResponseBody |
setCode(String code) |
ListProductByTagsResponseBody |
setErrorMessage(String errorMessage) |
ListProductByTagsResponseBody |
setProductInfos(ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos productInfos) |
ListProductByTagsResponseBody |
setRequestId(String requestId) |
ListProductByTagsResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="ProductInfos") public ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos productInfos
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static ListProductByTagsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListProductByTagsResponseBody setCode(String code)
public String getCode()
public ListProductByTagsResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListProductByTagsResponseBody setProductInfos(ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos productInfos)
public ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfos getProductInfos()
public ListProductByTagsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListProductByTagsResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.