public class Position extends AlipayObject
Constructor and Description |
---|
Position() |
Modifier and Type | Method and Description |
---|---|
String |
getCityCode()
Gets city code.
|
Long |
getDeviceId()
Gets device id.
|
String |
getDeviceType()
Gets device type.
|
String |
getScene()
Gets scene.
|
String |
getStationCode()
Gets station code.
|
String |
getStationLevel()
Gets station level.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setDeviceId(Long deviceId)
Sets device id.
|
void |
setDeviceType(String deviceType)
Sets device type.
|
void |
setScene(String scene)
Sets scene.
|
void |
setStationCode(String stationCode)
Sets station code.
|
void |
setStationLevel(String stationLevel)
Sets station level.
|
public String getCityCode()
public void setCityCode(String cityCode)
cityCode
- the city codepublic Long getDeviceId()
public void setDeviceId(Long deviceId)
deviceId
- the device idpublic String getDeviceType()
public void setDeviceType(String deviceType)
deviceType
- the device typepublic String getScene()
public void setScene(String scene)
scene
- the scenepublic String getStationCode()
public void setStationCode(String stationCode)
stationCode
- the station codepublic String getStationLevel()
public void setStationLevel(String stationLevel)
stationLevel
- the station levelCopyright © 2018. All rights reserved.