public class ZendriveEventRatings extends Object implements android.os.Parcelable
event types
for a trip.
Higher rating for an event represents safe driving behaviour with respect to that event. For
cases where rating is absent, ZendriveStarRating.NOT_AVAILABLE
is reported.ZendriveStarRating
Modifier and Type | Field and Description |
---|---|
ZendriveStarRating |
aggressiveAccelerationRating |
static android.os.Parcelable.Creator<ZendriveEventRatings> |
CREATOR |
ZendriveStarRating |
hardBrakeRating |
ZendriveStarRating |
hardTurnRating |
ZendriveStarRating |
phoneHandlingRating |
ZendriveStarRating |
speedingRating |
Constructor and Description |
---|
ZendriveEventRatings() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public ZendriveStarRating aggressiveAccelerationRating
public ZendriveStarRating hardBrakeRating
public ZendriveStarRating speedingRating
public ZendriveStarRating hardTurnRating
public ZendriveStarRating phoneHandlingRating
public static final android.os.Parcelable.Creator<ZendriveEventRatings> CREATOR