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