public class TaxiInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static <any> |
CREATOR |
构造器和说明 |
---|
TaxiInfo() |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
java.lang.String |
getDesc()
路线打车描述信息
|
int |
getDistance()
总路程 , 单位: m
|
int |
getDuration()
总耗时,单位: 秒
|
float |
getPerKMPrice()
每千米单价,单位 元 , 注:此价格为白天价格
|
float |
getStartPrice()
起步价,单位: 元, 注:此价格为白天价格
|
float |
getTotalPrice()
总价 , 单位: 元, 注:此价格为白天价格
|
void |
setDesc(java.lang.String desc)
设置路线打车描述信息
|
void |
setDistance(int distance)
设置路程长度,单位:米
|
void |
setDuration(int duration)
设置总耗时,单位: 秒
|
void |
setPerKMPrice(float perKMPrice)
设置每千米单价,单位:元
|
void |
setStartPrice(float startPrice)
设置起步价,单位:元
|
void |
setTotalPrice(float totalPrice)
设置总价
|
void |
writeToParcel(Parcel dest,
int flags) |
public float getTotalPrice()
public void setTotalPrice(float totalPrice)
totalPrice
- 总价public java.lang.String getDesc()
public void setDesc(java.lang.String desc)
desc
- 路线打车描述信息public int getDistance()
public void setDistance(int distance)
distance
- 路程长度,单位:米public int getDuration()
public void setDuration(int duration)
duration
- 总耗时,单位: 秒public float getPerKMPrice()
public void setPerKMPrice(float perKMPrice)
perKMPrice
- 每千米单价,单位:元public float getStartPrice()
public void setStartPrice(float startPrice)
startPrice
- 起步价,单位:元public int describeContents()
public void writeToParcel(Parcel dest, int flags)