| java.lang.Object | ||
| ↳ | com.tencent.navix.api.model.BaseModel | |
| ↳ | com.tencent.navix.api.model.NavTollStationItem | |
收费站信息Item
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavTollStationItem(String entranceStationName, String exitStationName, int fee) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getEntranceStationName()
收费站入口名字
| ||||||||||
| String |
getExitStationName()
收费站出口名字
| ||||||||||
| int |
getFee()
费用,元
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
收费站入口名字
收费站出口名字
费用,元