public class ListChartDataForUserResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
ListChartDataForUserResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
ListChartDataForUserResponse() |
限定符和类型 | 方法和说明 |
---|---|
static ListChartDataForUserResponse |
build(Map<String,?> map) |
ListChartDataForUserResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
ListChartDataForUserResponse |
setBody(ListChartDataForUserResponseBody body) |
ListChartDataForUserResponse |
setHeaders(Map<String,String> headers) |
ListChartDataForUserResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public ListChartDataForUserResponseBody body
public static ListChartDataForUserResponse build(Map<String,?> map) throws Exception
Exception
public ListChartDataForUserResponse setHeaders(Map<String,String> headers)
public ListChartDataForUserResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public ListChartDataForUserResponse setBody(ListChartDataForUserResponseBody body)
public ListChartDataForUserResponseBody getBody()
Copyright © 2024. All rights reserved.