public class AlipayOpenServicemarketOrderQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenServicemarketOrderQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommodityId() |
Long |
getCurrentPage() |
List<OrderItem> |
getOrderItems() |
String |
getSpecifications() |
String |
getStatus() |
Long |
getTotalSize() |
void |
setCommodityId(String commodityId) |
void |
setCurrentPage(Long currentPage) |
void |
setOrderItems(List<OrderItem> orderItems) |
void |
setSpecifications(String specifications) |
void |
setStatus(String status) |
void |
setTotalSize(Long totalSize) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenServicemarketOrderQueryResponse()
public void setCommodityId(String commodityId)
public String getCommodityId()
public void setCurrentPage(Long currentPage)
public Long getCurrentPage()
public void setSpecifications(String specifications)
public String getSpecifications()
public void setStatus(String status)
public String getStatus()
public void setTotalSize(Long totalSize)
public Long getTotalSize()
Copyright © 2020. All rights reserved.