public class ListProductByTagsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListProductByTagsRequest.ListProductByTagsRequestProductTag |
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
currentPage |
String |
iotInstanceId |
Integer |
pageSize |
List<ListProductByTagsRequest.ListProductByTagsRequestProductTag> |
productTag |
| 构造器和说明 |
|---|
ListProductByTagsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListProductByTagsRequest |
build(Map<String,?> map) |
Integer |
getCurrentPage() |
String |
getIotInstanceId() |
Integer |
getPageSize() |
List<ListProductByTagsRequest.ListProductByTagsRequestProductTag> |
getProductTag() |
ListProductByTagsRequest |
setCurrentPage(Integer currentPage) |
ListProductByTagsRequest |
setIotInstanceId(String iotInstanceId) |
ListProductByTagsRequest |
setPageSize(Integer pageSize) |
ListProductByTagsRequest |
setProductTag(List<ListProductByTagsRequest.ListProductByTagsRequestProductTag> productTag) |
@NameInMap(value="CurrentPage") public Integer currentPage
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProductTag") public List<ListProductByTagsRequest.ListProductByTagsRequestProductTag> productTag
public static ListProductByTagsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListProductByTagsRequest setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public ListProductByTagsRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public ListProductByTagsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListProductByTagsRequest setProductTag(List<ListProductByTagsRequest.ListProductByTagsRequestProductTag> productTag)
public List<ListProductByTagsRequest.ListProductByTagsRequestProductTag> getProductTag()
Copyright © 2022. All rights reserved.