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