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