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