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