public class DeptNearbyRequest extends Object implements Serializable
| 构造器和说明 |
|---|
DeptNearbyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getCity() |
String |
getCounty() |
String |
getLatitude() |
String |
getLogisticCompanyID() |
String |
getLongitude() |
Integer |
getMatchType() |
String |
getProvince() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCounty(String county) |
void |
setLatitude(String latitude) |
void |
setLogisticCompanyID(String logisticCompanyID) |
void |
setLongitude(String longitude) |
void |
setMatchType(Integer matchType) |
void |
setProvince(String province) |
public String getLogisticCompanyID()
public void setLogisticCompanyID(String logisticCompanyID)
logisticCompanyID - the logisticCompanyID to setpublic String getProvince()
public void setProvince(String province)
province - the province to setpublic String getCity()
public void setCity(String city)
city - the city to setpublic String getCounty()
public void setCounty(String county)
county - the county to setpublic String getAddress()
public void setAddress(String address)
address - the address to setpublic Integer getMatchType()
public void setMatchType(Integer matchType)
matchType - the matchType to setpublic String getLongitude()
public void setLongitude(String longitude)
longitude - the longitude to setpublic String getLatitude()
public void setLatitude(String latitude)
latitude - the latitude to setCopyright © 2018. All rights reserved.