public class Position extends AlipayObject
| 构造器和说明 |
|---|
Position() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCityCode() |
Long |
getDeviceId() |
String |
getDeviceType() |
String |
getScene() |
String |
getStationCode() |
String |
getStationLevel() |
void |
setCityCode(String cityCode) |
void |
setDeviceId(Long deviceId) |
void |
setDeviceType(String deviceType) |
void |
setScene(String scene) |
void |
setStationCode(String stationCode) |
void |
setStationLevel(String stationLevel) |
public String getCityCode()
public void setCityCode(String cityCode)
public Long getDeviceId()
public void setDeviceId(Long deviceId)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getScene()
public void setScene(String scene)
public String getStationCode()
public void setStationCode(String stationCode)
public String getStationLevel()
public void setStationLevel(String stationLevel)
Copyright © 2020. All rights reserved.