public class Matchrule extends Object
| 构造器和说明 |
|---|
Matchrule() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCity() |
String |
getClient_platform_type() |
String |
getCountry() |
Integer |
getGroup_id() |
String |
getProvince() |
Integer |
getSex() |
void |
setCity(String city) |
void |
setClient_platform_type(String client_platform_type) |
void |
setCountry(String country) |
void |
setGroup_id(Integer group_id) |
void |
setProvince(String province) |
void |
setSex(Integer sex) |
public Integer getGroup_id()
public void setGroup_id(Integer group_id)
public Integer getSex()
public void setSex(Integer sex)
public String getCountry()
public void setCountry(String country)
public String getProvince()
public void setProvince(String province)
public String getCity()
public void setCity(String city)
public String getClient_platform_type()
public void setClient_platform_type(String client_platform_type)
Copyright © 2016. All rights reserved.