Class Driver
- java.lang.Object
-
- global.maplink.tracking.schema.domain.Driver
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDriver.DriverBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Driver.DriverBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)GeoPointgetCurrentLocation()StringgetImage()StringgetName()inthashCode()StringtoString()List<ValidationViolation>validate()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface global.maplink.validations.Validable
throwIfInvalid
-
-
-
-
Method Detail
-
validate
public List<ValidationViolation> validate()
-
builder
public static Driver.DriverBuilder builder()
-
getName
public String getName()
-
getImage
public String getImage()
-
getCurrentLocation
public GeoPoint getCurrentLocation()
-
canEqual
protected boolean canEqual(Object other)
-
-