public class MatchruleBean extends Object
Constructor and Description |
---|
MatchruleBean() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
城市信息,是用户在微信中设置的地区,具体请参考地区信息表
|
String |
getClient_platform_type()
客户端版本,当前只具体到系统型号:IOS(1), Android(2),Others(3),不填则不做匹配
|
String |
getCountry()
国家信息,是用户在微信中设置的地区,具体请参考地区信息表
|
String |
getLanguage()
语言信息,是用户在微信中设置的语言,具体请参考语言表: 1、简体中文 "zh_CN" 2、繁体中文TW "zh_TW" 3、繁体中文HK "zh_HK" 4、英文 "en" 5、印尼 "id" 6、马来 "ms" 7、西班牙 "es" 8、韩国 "ko" 9、意大利 "it" 10、日本 "ja" 11、波兰 "pl" 12、葡萄牙 "pt" 13、俄国 "ru" 14、泰文 "th" 15、越南 "vi" 16、阿拉伯语 "ar" 17、北印度 "hi" 18、希伯来 "he" 19、土耳其 "tr" 20、德语 "de" 21、法语 "fr"
|
String |
getProvince()
省份信息,是用户在微信中设置的地区,具体请参考地区信息表
|
String |
getSex()
性别:男(1)女(2),不填则不做匹配
|
String |
getTag_id()
用户标签的id,可通过用户标签管理接口获取
|
void |
setCity(String city)
城市信息,是用户在微信中设置的地区,具体请参考地区信息表
|
void |
setClient_platform_type(String client_platform_type)
客户端版本,当前只具体到系统型号:IOS(1), Android(2),Others(3),不填则不做匹配
|
void |
setCountry(String country)
国家信息,是用户在微信中设置的地区,具体请参考地区信息表
|
void |
setLanguage(String language)
语言信息,是用户在微信中设置的语言,具体请参考语言表: 1、简体中文 "zh_CN" 2、繁体中文TW "zh_TW" 3、繁体中文HK "zh_HK" 4、英文 "en" 5、印尼 "id" 6、马来 "ms" 7、西班牙 "es" 8、韩国 "ko" 9、意大利 "it" 10、日本 "ja" 11、波兰 "pl" 12、葡萄牙 "pt" 13、俄国 "ru" 14、泰文 "th" 15、越南 "vi" 16、阿拉伯语 "ar" 17、北印度 "hi" 18、希伯来 "he" 19、土耳其 "tr" 20、德语 "de" 21、法语 "fr"
|
void |
setProvince(String province)
省份信息,是用户在微信中设置的地区,具体请参考地区信息表
|
void |
setSex(String sex)
性别:男(1)女(2),不填则不做匹配
|
void |
setTag_id(String tag_id)
用户标签的id,可通过用户标签管理接口获取
|
String |
toString() |
public String getTag_id()
public void setTag_id(String tag_id)
tag_id
- public String getSex()
public void setSex(String sex)
sex
- public String getCountry()
public void setCountry(String country)
country
- public String getProvince()
public void setProvince(String province)
province
- public String getCity()
public void setCity(String city)
city
- public String getClient_platform_type()
public void setClient_platform_type(String client_platform_type)
client_platform_type
- public String getLanguage()
public void setLanguage(String language)
language
- Copyright © 2020. All rights reserved.