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