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