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