com.foxinmy.weixin4j.model.card
Class MemCardCustomField

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

public class MemCardCustomField
extends Object

会员卡自定义类型


Constructor Summary
MemCardCustomField(FieldNameType fieldNameType, String url)
           
MemCardCustomField(FieldNameType fieldNameType, String name, String url)
           
MemCardCustomField(String name, String url, String tips)
           
 
Method Summary
 String getName()
           
 FieldNameType getNameType()
           
 String getTips()
           
 String getUrl()
           
 void setName(String name)
           
 void setNameType(FieldNameType nameType)
           
 void setTips(String tips)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemCardCustomField

public MemCardCustomField(FieldNameType fieldNameType,
                          String url)

MemCardCustomField

public MemCardCustomField(FieldNameType fieldNameType,
                          String name,
                          String url)

MemCardCustomField

public MemCardCustomField(String name,
                          String url,
                          String tips)
Method Detail

getNameType

public FieldNameType getNameType()

setNameType

public void setNameType(FieldNameType nameType)

getName

public String getName()

setName

public void setName(String name)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getTips

public String getTips()

setTips

public void setTips(String tips)


Copyright © 2014–2017. All rights reserved.