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