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