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