-
- All Implemented Interfaces:
public class MPPMismatchEvent extends ApplicationEventMPPMismatchEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMPPMismatchEvent.GuidanceModepublic enumMPPMismatchEvent.MPPMismatchTypeValuepublic classMPPMismatchEvent.Builder
-
Method Summary
Modifier and Type Method Description MPPMismatchEvent.GuidanceModegetGuidanceMode()Get Whether the user is in active or inactive guidance mode. MPPMismatchEvent.MPPMismatchTypeValuegetType()Get The reason behind the mismatch EventTypegetEventType()Get MPPMismatchEvent's EventType static MPPMismatchEvent.Builderbuilder()-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
getEventData -
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getGuidanceMode
MPPMismatchEvent.GuidanceMode getGuidanceMode()
Get Whether the user is in active or inactive guidance mode.
-
getType
MPPMismatchEvent.MPPMismatchTypeValue getType()
Get The reason behind the mismatch
-
getEventType
EventType getEventType()
Get MPPMismatchEvent's EventType
-
builder
static MPPMismatchEvent.Builder builder()
-
-
-
-