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