public class MatchRule extends Object
| 构造器和说明 |
|---|
MatchRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCity() |
Integer |
getClientPlatformType() |
String |
getCountry() |
Integer |
getGroupId() |
String |
getProvince() |
Integer |
getSex() |
void |
setCity(String city) |
void |
setClientPlatformType(Integer clientPlatformType) |
void |
setCountry(String country) |
void |
setGroupId(Integer groupId) |
void |
setProvince(String province) |
void |
setSex(Integer sex) |
public Integer getGroupId()
public void setGroupId(Integer groupId)
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 Integer getClientPlatformType()
public void setClientPlatformType(Integer clientPlatformType)
Copyright © 2022. All rights reserved.