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