public class Driver
extends java.lang.Object
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The first name of the driver.
|
java.lang.String |
getPhoneNumber()
The formatted phone number for contacting the driver.
|
java.lang.String |
getPictureUrl()
The URL to the photo of the driver.
|
java.lang.Float |
getRating()
The driver's star rating out of 5 stars.
|
java.lang.String |
getSmsNumber()
The formatted sms number for contacting the driver.
|
public java.lang.String getPhoneNumber()
@Nullable public java.lang.String getSmsNumber()
@Nullable public java.lang.Float getRating()
@Nullable public java.lang.String getPictureUrl()
public java.lang.String getName()