public class GetCategoriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
cateId
example:
33
|
Long |
pageNo
example:
1
|
Long |
pageSize
example:
10
|
String |
sortBy
example:
CreationTime:Desc
|
String |
type
example:
default
|
构造器和说明 |
---|
GetCategoriesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetCategoriesRequest |
build(Map<String,?> map) |
Long |
getCateId() |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getSortBy() |
String |
getType() |
GetCategoriesRequest |
setCateId(Long cateId) |
GetCategoriesRequest |
setPageNo(Long pageNo) |
GetCategoriesRequest |
setPageSize(Long pageSize) |
GetCategoriesRequest |
setSortBy(String sortBy) |
GetCategoriesRequest |
setType(String type) |
@NameInMap(value="CateId") public Long cateId
33
@NameInMap(value="PageNo") public Long pageNo
1
@NameInMap(value="PageSize") public Long pageSize
10
@NameInMap(value="SortBy") public String sortBy
CreationTime:Desc
@NameInMap(value="Type") public String type
default
public static GetCategoriesRequest build(Map<String,?> map) throws Exception
Exception
public GetCategoriesRequest setCateId(Long cateId)
public Long getCateId()
public GetCategoriesRequest setPageNo(Long pageNo)
public Long getPageNo()
public GetCategoriesRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetCategoriesRequest setSortBy(String sortBy)
public String getSortBy()
public GetCategoriesRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.