public class AlipayOfflineMarketShopDiscountQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOfflineMarketShopDiscountQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CampDetailInfo> |
getCampList() |
Long |
getCampNum() |
List<ShopDiscountInfo> |
getDiscountList() |
List<ShopDiscountInfo> |
getItemList() |
void |
setCampList(List<CampDetailInfo> campList) |
void |
setCampNum(Long campNum) |
void |
setDiscountList(List<ShopDiscountInfo> discountList) |
void |
setItemList(List<ShopDiscountInfo> itemList) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOfflineMarketShopDiscountQueryResponse()
public void setCampList(List<CampDetailInfo> campList)
public List<CampDetailInfo> getCampList()
public void setCampNum(Long campNum)
public Long getCampNum()
public void setDiscountList(List<ShopDiscountInfo> discountList)
public List<ShopDiscountInfo> getDiscountList()
public void setItemList(List<ShopDiscountInfo> itemList)
public List<ShopDiscountInfo> getItemList()
Copyright © 2020. All rights reserved.