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