public class CityFunction extends AlipayObject
Constructor and Description |
---|
CityFunction() |
Modifier and Type | Method and Description |
---|---|
String |
getCityCode()
Gets city code.
|
String |
getCityName()
Gets city name.
|
List<String> |
getFunctionType()
Gets function type.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setCityName(String cityName)
Sets city name.
|
void |
setFunctionType(List<String> functionType)
Sets function type.
|
public String getCityCode()
public void setCityCode(String cityCode)
cityCode
- the city codepublic String getCityName()
public void setCityName(String cityName)
cityName
- the city namepublic List<String> getFunctionType()
Copyright © 2018. All rights reserved.