public class ListDataReportForServiceGroupResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListDataReportForServiceGroupResponseBody.ListDataReportForServiceGroupResponseBodyData |
限定符和类型 | 字段和说明 |
---|---|
List<ListDataReportForServiceGroupResponseBody.ListDataReportForServiceGroupResponseBodyData> |
data |
Long |
pageNumber
example:
1
|
Long |
pageSIze
example:
10
|
String |
requestId
Id of the request
example:
xxxxxxx
|
Long |
totalCount
example:
100
|
构造器和说明 |
---|
ListDataReportForServiceGroupResponseBody() |
@NameInMap(value="data") public List<ListDataReportForServiceGroupResponseBody.ListDataReportForServiceGroupResponseBodyData> data
@NameInMap(value="pageNumber") public Long pageNumber
1
@NameInMap(value="pageSIze") public Long pageSIze
10
@NameInMap(value="requestId") public String requestId
Id of the request
example:xxxxxxx
@NameInMap(value="totalCount") public Long totalCount
100
public ListDataReportForServiceGroupResponseBody()
public static ListDataReportForServiceGroupResponseBody build(Map<String,?> map) throws Exception
Exception
public ListDataReportForServiceGroupResponseBody setData(List<ListDataReportForServiceGroupResponseBody.ListDataReportForServiceGroupResponseBodyData> data)
public List<ListDataReportForServiceGroupResponseBody.ListDataReportForServiceGroupResponseBodyData> getData()
public ListDataReportForServiceGroupResponseBody setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListDataReportForServiceGroupResponseBody setPageSIze(Long pageSIze)
public Long getPageSIze()
public ListDataReportForServiceGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public ListDataReportForServiceGroupResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2024. All rights reserved.