public class QueryProductByPageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryProductByPageResponseBody.QueryProductByPageResponseBodyList |
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasMore |
List<QueryProductByPageResponseBody.QueryProductByPageResponseBodyList> |
list |
| 构造器和说明 |
|---|
QueryProductByPageResponseBody() |
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="list") public List<QueryProductByPageResponseBody.QueryProductByPageResponseBodyList> list
public static QueryProductByPageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryProductByPageResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public QueryProductByPageResponseBody setList(List<QueryProductByPageResponseBody.QueryProductByPageResponseBodyList> list)
public List<QueryProductByPageResponseBody.QueryProductByPageResponseBodyList> getList()
Copyright © 2025. All rights reserved.