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