public class ReportCustomerStatisticsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords |
限定符和类型 | 字段和说明 |
---|---|
Long |
currentPage |
Long |
pageSize |
List<ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords> |
records |
Long |
totalCount |
构造器和说明 |
---|
ReportCustomerStatisticsResponseBody() |
@NameInMap(value="currentPage") public Long currentPage
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="records") public List<ReportCustomerStatisticsResponseBody.ReportCustomerStatisticsResponseBodyRecords> records
@NameInMap(value="totalCount") public Long totalCount
public static ReportCustomerStatisticsResponseBody build(Map<String,?> map) throws Exception
Exception
public 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 © 2022. All rights reserved.