Package com.baidu.navisdk.adapter.struct
Class BNMotorInfo
- java.lang.Object
-
- BNPlateModel
-
- com.baidu.navisdk.adapter.struct.BNMotorInfo
-
public final class BNMotorInfo extends BNPlateModel
摩托车牌数据
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BNMotorInfo.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clone(BNMotorInfo motorInfo)
void
copy(BNMotorInfo source)
boolean
equals(java.lang.Object o)
java.lang.String
getDisplacement()
int
getMotorType()
int
getPlateType()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getMotorType
public int getMotorType()
- Returns:
- 摩托类型
VehicleConstant.MotorType
-
getPlateType
public int getPlateType()
- Returns:
- 车牌类型
VehicleConstant.PlateType
-
getDisplacement
public java.lang.String getDisplacement()
- Returns:
- 摩托车排量
-
copy
public void copy(BNMotorInfo source)
-
clone
public void clone(BNMotorInfo motorInfo)
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-