Package com.foxinmy.weixin4j.model.card
Class CouponBaseInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.model.card.CouponBaseInfo
-
- All Implemented Interfaces:
Serializable
public class CouponBaseInfo extends Object implements Serializable
卡券基本信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
CouponBaseInfo.Builder
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CouponBaseInfo.Builder
卡券基础信息构造器
-
Method Summary
-
-
-
Method Detail
-
getLogoUrl
public String getLogoUrl()
-
getBrandName
public String getBrandName()
-
getTitle
public String getTitle()
-
getCodeType
public CardCodeType getCodeType()
-
getCardColor
public CardColor getCardColor()
-
getNotice
public String getNotice()
-
getDescription
public String getDescription()
-
getSku
public com.alibaba.fastjson.JSONObject getSku()
-
getDate
public com.alibaba.fastjson.JSONObject getDate()
-
isUseCustomCode
public Boolean isUseCustomCode()
-
isBindOpenId
public Boolean isBindOpenId()
-
getServicePhone
public String getServicePhone()
-
isUseAllLocation
public boolean isUseAllLocation()
-
getCenterTitle
public String getCenterTitle()
-
getCenterUrl
public String getCenterUrl()
-
getCenterSubTitle
public String getCenterSubTitle()
-
getCustomTitle
public String getCustomTitle()
-
getCustomUrl
public String getCustomUrl()
-
getCustomSubTitle
public String getCustomSubTitle()
-
getPromotionTitle
public String getPromotionTitle()
-
getPromotionUrl
public String getPromotionUrl()
-
getPromotionSubTitle
public String getPromotionSubTitle()
-
getSource
public String getSource()
-
getLimitNum
public int getLimitNum()
-
isCanShare
public boolean isCanShare()
-
isCanGiveFriend
public boolean isCanGiveFriend()
-
getNeedPushOnView
public Boolean getNeedPushOnView()
-
getGiftcardInfo
public com.alibaba.fastjson.JSONObject getGiftcardInfo()
-
getMaxGiveFriendTimes
public int getMaxGiveFriendTimes()
-
getUseCustomCode
public Boolean getUseCustomCode()
-
getBindOpenId
public Boolean getBindOpenId()
-
getCenterAppBrandUserName
public String getCenterAppBrandUserName()
-
getCenterAppBrandPass
public String getCenterAppBrandPass()
-
getCustomAppBrandUserName
public String getCustomAppBrandUserName()
-
getCustomAppBrandPass
public String getCustomAppBrandPass()
-
getPromotionAppBrandUserName
public String getPromotionAppBrandUserName()
-
getPromotionAppBrandPass
public String getPromotionAppBrandPass()
-
cleanCantUpdateField
public void cleanCantUpdateField()
-
-