com.github.sd4324530.fastweixin.api.entity
类 Matchrule
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.Matchrule
- 所有已实现的接口:
- Model, Serializable
public class Matchrule
- extends BaseModel
- 从以下版本开始:
- 1.3.7
- 作者:
- peiyu
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matchrule
public Matchrule()
getGroupId
@Deprecated
public String getGroupId()
- 已过时。 微信官方不再建议使用群组,用标签代替
- 返回:
- 群组ID
setGroupId
@Deprecated
public void setGroupId(String groupId)
- 已过时。 微信官方不再建议使用群组,用标签代替
- 参数:
groupId - 群组ID
getSex
public String getSex()
setSex
public void setSex(String sex)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getProvince
public String getProvince()
setProvince
public void setProvince(String province)
getCity
public String getCity()
setCity
public void setCity(String city)
getClientPlatformType
public String getClientPlatformType()
setClientPlatformType
public void setClientPlatformType(String clientPlatformType)
getTagId
public String getTagId()
setTagId
public void setTagId(String tagId)
Copyright © 2017. All rights reserved.