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