public static class QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModelList> |
list |
Long |
pageNo
example:
74
|
Long |
pageSize
example:
15
|
Long |
totalCount
example:
66
|
Long |
totalPage
example:
86
|
| 构造器和说明 |
|---|
QueryPageSmartShortUrlLogResponseBodyModel() |
@NameInMap(value="List") public List<QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModelList> list
@NameInMap(value="PageNo") public Long pageNo
74
@NameInMap(value="PageSize") public Long pageSize
15
@NameInMap(value="TotalCount") public Long totalCount
66
@NameInMap(value="TotalPage") public Long totalPage
86
public QueryPageSmartShortUrlLogResponseBodyModel()
public static QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel build(Map<String,?> map) throws Exception
Exceptionpublic QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel setList(List<QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModelList> list)
public List<QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModelList> getList()
public QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel setPageNo(Long pageNo)
public Long getPageNo()
public QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel setPageSize(Long pageSize)
public Long getPageSize()
public QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel setTotalPage(Long totalPage)
public Long getTotalPage()
Copyright © 2024. All rights reserved.