public class SecuritydataMobileCity extends AlipayObject
Constructor and Description |
---|
SecuritydataMobileCity() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
Gets city.
|
String |
getPhoneFirst7Digits()
Gets phone first 7 digits.
|
String |
getProvince()
Gets province.
|
void |
setCity(String city)
Sets city.
|
void |
setPhoneFirst7Digits(String phoneFirst7Digits)
Sets phone first 7 digits.
|
void |
setProvince(String province)
Sets province.
|
public String getCity()
public void setCity(String city)
city
- the citypublic String getPhoneFirst7Digits()
public void setPhoneFirst7Digits(String phoneFirst7Digits)
phoneFirst7Digits
- the phone first 7 digitspublic String getProvince()
public void setProvince(String province)
province
- the provinceCopyright © 2018. All rights reserved.