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