public class AlipayOfflineMarketShopDiscountQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOfflineMarketShopDiscountQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<CampDetailInfo> |
getCampList()
Gets camp list.
|
Long |
getCampNum()
Gets camp num.
|
List<ShopDiscountInfo> |
getDiscountList()
Gets discount list.
|
List<ShopDiscountInfo> |
getItemList()
Gets item list.
|
void |
setCampList(List<CampDetailInfo> campList)
Sets camp list.
|
void |
setCampNum(Long campNum)
Sets camp num.
|
void |
setDiscountList(List<ShopDiscountInfo> discountList)
Sets discount list.
|
void |
setItemList(List<ShopDiscountInfo> itemList)
Sets item list.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayOfflineMarketShopDiscountQueryResponse()
public void setCampList(List<CampDetailInfo> campList)
campList
- the camp listpublic List<CampDetailInfo> getCampList()
public void setCampNum(Long campNum)
campNum
- the camp numpublic Long getCampNum()
public void setDiscountList(List<ShopDiscountInfo> discountList)
discountList
- the discount listpublic List<ShopDiscountInfo> getDiscountList()
public void setItemList(List<ShopDiscountInfo> itemList)
itemList
- the item listpublic List<ShopDiscountInfo> getItemList()
Copyright © 2018. All rights reserved.