public class AlipayOpenServicemarketOrderQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayOpenServicemarketOrderQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommodityId()
Gets commodity id.
|
Long |
getCurrentPage()
Gets current page.
|
List<OrderItem> |
getOrderItems()
Gets order items.
|
String |
getSpecifications()
Gets specifications.
|
String |
getStatus()
Gets status.
|
Long |
getTotalSize()
Gets total size.
|
void |
setCommodityId(String commodityId)
Sets commodity id.
|
void |
setCurrentPage(Long currentPage)
Sets current page.
|
void |
setOrderItems(List<OrderItem> orderItems)
Sets order items.
|
void |
setSpecifications(String specifications)
Sets specifications.
|
void |
setStatus(String status)
Sets status.
|
void |
setTotalSize(Long totalSize)
Sets total size.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenServicemarketOrderQueryResponse()
public void setCommodityId(String commodityId)
commodityId - the commodity idpublic String getCommodityId()
public void setCurrentPage(Long currentPage)
currentPage - the current pagepublic Long getCurrentPage()
public void setOrderItems(List<OrderItem> orderItems)
orderItems - the order itemspublic void setSpecifications(String specifications)
specifications - the specificationspublic String getSpecifications()
public void setStatus(String status)
status - the statuspublic String getStatus()
public void setTotalSize(Long totalSize)
totalSize - the total sizepublic Long getTotalSize()
Copyright © 2018. All rights reserved.