public class Vehicle
extends java.lang.Object
| Constructor and Description |
|---|
Vehicle() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLicensePlate()
The license plate number of the vehicle.
|
java.lang.String |
getMake()
The vehicle make or brand.
|
java.lang.String |
getModel()
The vehicle model or type.
|
java.lang.String |
getPictureUrl()
The URL to the photo of the vehicle.
|
public java.lang.String getMake()
public java.lang.String getModel()
@Nullable public java.lang.String getLicensePlate()
@Nullable public java.lang.String getPictureUrl()