public class BusState extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBusId() |
int |
getBusstopSerial() |
long |
getDriverId() |
IGps |
getLeaveLineGps() |
long |
getLowlineId() |
Object |
getValue(String key) |
Object |
getValue(String key,
Object defaultVal) |
boolean |
insideLineScope() |
BusState |
setBusstopSerial(int busstopSerial) |
void |
setDriverId(long driverId) |
void |
setLeaveLineGps(IGps gps) |
Object |
setValue(String key,
Object value) |
BusState |
switchLine(long lowlineId,
LineUpDown upDown) |
String |
toString() |
LineUpDown |
upDown() |
public long getBusId()
public long getLowlineId()
public LineUpDown upDown()
public int getBusstopSerial()
public BusState setBusstopSerial(int busstopSerial)
public BusState switchLine(long lowlineId, LineUpDown upDown)
public boolean insideLineScope()
public IGps getLeaveLineGps()
public void setLeaveLineGps(IGps gps)
public void setDriverId(long driverId)
public long getDriverId()
Copyright © 2022. All rights reserved.