public class ReportCustomerStatisticsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
currentPage
This parameter is required.
|
Long |
pageSize
This parameter is required.
|
List<ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords> |
records
This parameter is required.
|
Long |
totalCount
This parameter is required.
|
| 构造器和说明 |
|---|
ReportCustomerStatisticsResponseBody() |
@NameInMap(value="currentPage") public Long currentPage
This parameter is required.
example:1
@NameInMap(value="pageSize") public Long pageSize
This parameter is required.
example:20
@NameInMap(value="records") public List<ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords> records
This parameter is required.
@NameInMap(value="totalCount") public Long totalCount
This parameter is required.
example:100
public static ReportCustomerStatisticsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ReportCustomerStatisticsResponseBody setCurrentPage(Long currentPage)
public Long getCurrentPage()
public ReportCustomerStatisticsResponseBody setPageSize(Long pageSize)
public Long getPageSize()
public ReportCustomerStatisticsResponseBody setRecords(List<ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords> records)
public List<ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords> getRecords()
public ReportCustomerStatisticsResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.