com.foxinmy.weixin4j.model.card
Class CouponBaseInfo

java.lang.Object
  extended by 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
static class CouponBaseInfo.Builder
          卡券基础信息构造器
 
Method Summary
 void cleanCantUpdateField()
           
 String getBrandName()
           
 CardColor getCardColor()
           
 String getCenterSubTitle()
           
 String getCenterTitle()
           
 String getCenterUrl()
           
 CardCodeType getCodeType()
           
 String getCustomSubTitle()
           
 String getCustomTitle()
           
 String getCustomUrl()
           
 com.alibaba.fastjson.JSONObject getDate()
           
 String getDescription()
           
 int getLimitNum()
           
 List<String> getLocationIds()
           
 String getLogoUrl()
           
 Boolean getNeedPushOnView()
           
 String getNotice()
           
 String getPromotionSubTitle()
           
 String getPromotionTitle()
           
 String getPromotionUrl()
           
 String getServicePhone()
           
 com.alibaba.fastjson.JSONObject getSku()
           
 String getSource()
           
 String getTitle()
           
 Boolean isBindOpenId()
           
 boolean isCanGiveFriend()
           
 boolean isCanShare()
           
 boolean isUseAllLocation()
           
 Boolean isUseCustomCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()

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.