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
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()
getLocationIds
public List<String> getLocationIds()
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()
toString
public String toString()
- Overrides:
toString in class Object
cleanCantUpdateField
public void cleanCantUpdateField()
Copyright © 2014–2017. All rights reserved.