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