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