com.foxinmy.weixin4j.model.card
Class MemberUpdateInfo

java.lang.Object
  extended by com.foxinmy.weixin4j.model.card.MemberUpdateInfo

public class MemberUpdateInfo
extends Object

会员更新的信息


Constructor Summary
MemberUpdateInfo()
           
 
Method Summary
 Integer getAddBalance()
           
 Integer getAddBonus()
           
 String getBackgroundPicUrl()
           
 Integer getBalance()
           
 Integer getBonus()
           
 String getCardId()
           
 String getCode()
           
 String getCustomFieldValue1()
           
 String getCustomFieldValue2()
           
 String getCustomFieldValue3()
           
 String getRecordBalance()
           
 String getRecordBonus()
           
 void setAddBalance(Integer addBalance)
           
 void setAddBonus(Integer addBonus)
           
 void setBackgroundPicUrl(String backgroundPicUrl)
           
 void setBalance(Integer balance)
           
 void setBonus(Integer bonus)
           
 void setCardId(String cardId)
           
 void setCode(String code)
           
 void setCustomFieldValue1(String customFieldValue1)
           
 void setCustomFieldValue1(String customFieldValue1, boolean notify)
           
 void setCustomFieldValue2(String customFieldValue2)
           
 void setCustomFieldValue2(String customFieldValue2, boolean notify)
           
 void setCustomFieldValue3(String customFieldValue3)
           
 void setCustomFieldValue3(String customFieldValue3, boolean notify)
           
 void setNOtify(boolean notifyBonus, boolean notifyBalance)
           
 void setRecordBalance(String recordBalance)
           
 void setRecordBonus(String recordBonus)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberUpdateInfo

public MemberUpdateInfo()
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)

getCardId

public String getCardId()

setCardId

public void setCardId(String cardId)

getBackgroundPicUrl

public String getBackgroundPicUrl()

setBackgroundPicUrl

public void setBackgroundPicUrl(String backgroundPicUrl)

getBonus

public Integer getBonus()

setBonus

public void setBonus(Integer bonus)

getAddBonus

public Integer getAddBonus()

setAddBonus

public void setAddBonus(Integer addBonus)

getRecordBonus

public String getRecordBonus()

setRecordBonus

public void setRecordBonus(String recordBonus)

getBalance

public Integer getBalance()

setBalance

public void setBalance(Integer balance)

getAddBalance

public Integer getAddBalance()

setAddBalance

public void setAddBalance(Integer addBalance)

getRecordBalance

public String getRecordBalance()

setRecordBalance

public void setRecordBalance(String recordBalance)

getCustomFieldValue1

public String getCustomFieldValue1()

setCustomFieldValue1

public void setCustomFieldValue1(String customFieldValue1)

setCustomFieldValue1

public void setCustomFieldValue1(String customFieldValue1,
                                 boolean notify)

getCustomFieldValue2

public String getCustomFieldValue2()

setCustomFieldValue2

public void setCustomFieldValue2(String customFieldValue2)

setCustomFieldValue2

public void setCustomFieldValue2(String customFieldValue2,
                                 boolean notify)

getCustomFieldValue3

public String getCustomFieldValue3()

setCustomFieldValue3

public void setCustomFieldValue3(String customFieldValue3)

setCustomFieldValue3

public void setCustomFieldValue3(String customFieldValue3,
                                 boolean notify)

setNOtify

public void setNOtify(boolean notifyBonus,
                      boolean notifyBalance)


Copyright © 2014–2017. All rights reserved.