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