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
另请参见:
序列化表格

构造方法摘要
Matchrule()
           
 
方法摘要
 String getCity()
           
 String getClientPlatformType()
           
 String getCountry()
           
 String getGroupId()
          已过时。 微信官方不再建议使用群组,用标签代替
 String getProvince()
           
 String getSex()
           
 String getTagId()
           
 void setCity(String city)
           
 void setClientPlatformType(String clientPlatformType)
           
 void setCountry(String country)
           
 void setGroupId(String groupId)
          已过时。 微信官方不再建议使用群组,用标签代替
 void setProvince(String province)
           
 void setSex(String sex)
           
 void setTagId(String tagId)
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 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.