类 BNTruckInfo


  • public final class BNTruckInfo
    extends BNPlateModel
    摩托车牌数据 重量kg / 长度mm
    • 方法详细资料

      • getTruckType

        public int getTruckType()
        货车类型
        返回:
        货车类型
      • getTruckUsage

        public int getTruckUsage()
        货车用途
        返回:
        货车用途
      • getEmissionLimit

        public int getEmissionLimit()
        排放标准
        返回:
        排放标准
      • getPowerType

        public int getPowerType()
        动力类型
        返回:
        动力类型
      • getPlateType

        public int getPlateType()
        车牌颜色
        返回:
        车牌颜色
      • getWeight

        public float getWeight()
        车重
        返回:
        车重
      • getLength

        public float getLength()
        车长
        返回:
        车长
      • getWidth

        public float getWidth()
        车宽
        返回:
        车宽
      • getHeight

        public float getHeight()
        车高
        返回:
        车高
      • getAxlesNumber

        public int getAxlesNumber()
        轴数
        返回:
        轴数
      • getAxlesWeight

        public float getAxlesWeight()
        轴重
        返回:
        轴重
      • getOilCost

        public java.lang.String getOilCost()
        油耗
        返回:
        油耗
      • getLoadWeight

        public float getLoadWeight()
        核定载重
        返回:
        核定载重
      • isValid

        public boolean isValid()
        是否有效
        返回:
        是否有效
      • getVehicleInfoJsonStr

        public java.lang.String getVehicleInfoJsonStr()
        获取json字符
        返回:
        json字符
      • equals

        public boolean equals​(java.lang.Object o)
      • hashCode

        public int hashCode()
      • toString

        public java.lang.String toString()