Package com.foxinmy.weixin4j.model.card
Class MemCardCustomField
- java.lang.Object
-
- com.foxinmy.weixin4j.model.card.MemCardCustomField
-
public class MemCardCustomField extends Object
会员卡自定义类型
-
-
Constructor Summary
Constructors Constructor Description MemCardCustomField(FieldNameType fieldNameType, String url)
MemCardCustomField(FieldNameType fieldNameType, String name, String url)
MemCardCustomField(String name, String url, String tips)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
FieldNameType
getNameType()
String
getTips()
String
getUrl()
void
setName(String name)
void
setNameType(FieldNameType nameType)
void
setTips(String tips)
void
setUrl(String url)
-
-
-
Constructor Detail
-
MemCardCustomField
public MemCardCustomField(FieldNameType fieldNameType, String url)
-
MemCardCustomField
public MemCardCustomField(FieldNameType fieldNameType, String name, String url)
-
-
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)
-
-