public static final enum RidesharingVehicleReporter.VehicleState extends Enum<RidesharingVehicleReporter.VehicleState>
Indicates whether a vehicle is accepting new trips. Has no bearing on whether a vehicle is
reporting its location to Fleet Engine. To enable/disable location reporting see:
NavigationVehicleReporter
Inherited Method Summary
From class java.lang.Enum
final Object |
clone()
|
final int |
compareTo(RidesharingVehicleReporter.VehicleState
arg0)
|
int |
compareTo(Object arg0)
|
final Optional<EnumDesc<RidesharingVehicleReporter.VehicleState>> |
describeConstable()
|
final boolean |
equals(Object arg0)
|
final void |
finalize()
|
final Class<RidesharingVehicleReporter.VehicleState> |
getDeclaringClass()
|
final int |
hashCode()
|
final String |
name()
|
final int |
ordinal()
|
String |
toString()
|
static <T extends Enum<T>> T |
From class java.lang.Object
From interface java.lang.constant.Constable
abstract Optional<? extends ConstantDesc> |
describeConstable()
|
From interface java.lang.Comparable
abstract int |
compareTo(RidesharingVehicleReporter.VehicleState
arg0)
|
Enum Values
public static final RidesharingVehicleReporter.VehicleState OFFLINE
Indicates the vehicle is not accepting new trips.
public static final RidesharingVehicleReporter.VehicleState ONLINE
Indicates the vehicle is accepting new trips.