public class GetMetaCategoryRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetMetaCategoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMetaCategoryRequest |
build(Map<String,?> map) |
Integer |
getPageNum() |
Integer |
getPageSize() |
Long |
getParentCategoryId() |
GetMetaCategoryRequest |
setPageNum(Integer pageNum) |
GetMetaCategoryRequest |
setPageSize(Integer pageSize) |
GetMetaCategoryRequest |
setParentCategoryId(Long parentCategoryId) |
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ParentCategoryId") public Long parentCategoryId
public static GetMetaCategoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaCategoryRequest setPageNum(Integer pageNum)
public Integer getPageNum()
public GetMetaCategoryRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetMetaCategoryRequest setParentCategoryId(Long parentCategoryId)
public Long getParentCategoryId()
Copyright © 2021. All rights reserved.