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