public class QueryCategoryByPageRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
QueryCategoryByPageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static QueryCategoryByPageRequest |
build(Map<String,?> map) |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getType() |
QueryCategoryByPageRequest |
setPageNumber(Long pageNumber) |
QueryCategoryByPageRequest |
setPageSize(Long pageSize) |
QueryCategoryByPageRequest |
setType(String type) |
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="type") public String type
public static QueryCategoryByPageRequest build(Map<String,?> map) throws Exception
Exception
public QueryCategoryByPageRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public QueryCategoryByPageRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryCategoryByPageRequest setType(String type)
public String getType()
Copyright © 2022. All rights reserved.