Package com.baidu.navisdk.adapter.struct
Class BNTruckInfo
- java.lang.Object
-
- BNPlateModel
-
- com.baidu.navisdk.adapter.struct.BNTruckInfo
-
public final class BNTruckInfo extends BNPlateModel摩托车牌数据 重量kg / 长度mm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBNTruckInfo.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy(BNTruckInfo source)booleanequals(java.lang.Object o)intgetAxlesNumber()轴数floatgetAxlesWeight()轴重intgetEmissionLimit()排放标准floatgetHeight()车高floatgetLength()车长floatgetLoadWeight()核定载重java.lang.StringgetOilCost()油耗intgetPlateType()车牌颜色intgetPowerType()动力类型intgetTruckType()货车类型intgetTruckUsage()货车用途java.lang.StringgetVehicleInfoJsonStr()获取json字符floatgetWeight()车重floatgetWidth()车宽inthashCode()booleanisValid()是否有效java.lang.StringtoString()
-
-
-
Method Detail
-
getTruckType
public int getTruckType()
货车类型- Returns:
- 货车类型
-
getTruckUsage
public int getTruckUsage()
货车用途- Returns:
- 货车用途
-
getEmissionLimit
public int getEmissionLimit()
排放标准- Returns:
- 排放标准
-
getPowerType
public int getPowerType()
动力类型- Returns:
- 动力类型
-
getPlateType
public int getPlateType()
车牌颜色- Returns:
- 车牌颜色
-
getWeight
public float getWeight()
车重- Returns:
- 车重
-
getLength
public float getLength()
车长- Returns:
- 车长
-
getWidth
public float getWidth()
车宽- Returns:
- 车宽
-
getHeight
public float getHeight()
车高- Returns:
- 车高
-
getAxlesNumber
public int getAxlesNumber()
轴数- Returns:
- 轴数
-
getAxlesWeight
public float getAxlesWeight()
轴重- Returns:
- 轴重
-
getOilCost
public java.lang.String getOilCost()
油耗- Returns:
- 油耗
-
getLoadWeight
public float getLoadWeight()
核定载重- Returns:
- 核定载重
-
isValid
public boolean isValid()
是否有效- Returns:
- 是否有效
-
getVehicleInfoJsonStr
public java.lang.String getVehicleInfoJsonStr()
获取json字符- Returns:
- json字符
-
copy
public void copy(BNTruckInfo source)
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-