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