Package com.foxinmy.weixin4j.model.card
Class GiftCardPage
- java.lang.Object
-
- com.foxinmy.weixin4j.model.card.GiftCardPage
-
public class GiftCardPage extends Object
礼品卡货架- Author:
- kit(kit.li@qq.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GiftCardPage.Builder
-
Constructor Summary
Constructors Constructor Description GiftCardPage(GiftCardPage.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
String
getBannerPicUrl()
com.alibaba.fastjson.JSONArray
getCategoryList()
com.alibaba.fastjson.JSONObject
getCell1()
com.alibaba.fastjson.JSONObject
getCell2()
String
getDescription()
Boolean
getNeedReceipt()
String
getPageId()
String
getServicePhone()
Boolean
getSupportBuyForSelf()
Boolean
getSupportMulti()
com.alibaba.fastjson.JSONArray
getThemeList()
String
getTitle()
-
-
-
Constructor Detail
-
GiftCardPage
public GiftCardPage(GiftCardPage.Builder builder)
-
-
Method Detail
-
getPageId
public String getPageId()
-
getTitle
public String getTitle()
-
getSupportMulti
public Boolean getSupportMulti()
-
getSupportBuyForSelf
public Boolean getSupportBuyForSelf()
-
getBannerPicUrl
public String getBannerPicUrl()
-
getThemeList
public com.alibaba.fastjson.JSONArray getThemeList()
-
getCategoryList
public com.alibaba.fastjson.JSONArray getCategoryList()
-
getAddress
public String getAddress()
-
getServicePhone
public String getServicePhone()
-
getDescription
public String getDescription()
-
getNeedReceipt
public Boolean getNeedReceipt()
-
getCell1
public com.alibaba.fastjson.JSONObject getCell1()
-
getCell2
public com.alibaba.fastjson.JSONObject getCell2()
-
-