-
- All Implemented Interfaces:
public class MPPMismatchEvent extends ApplicationEvent
MPPMismatchEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
MPPMismatchEvent.GuidanceMode
public enum
MPPMismatchEvent.MPPMismatchTypeValue
public class
MPPMismatchEvent.Builder
-
Method Summary
Modifier and Type Method Description MPPMismatchEvent.GuidanceMode
getGuidanceMode()
Get Whether the user is in active or inactive guidance mode. MPPMismatchEvent.MPPMismatchTypeValue
getType()
Get The reason behind the mismatch EventType
getEventType()
Get MPPMismatchEvent's EventType static MPPMismatchEvent.Builder
builder()
-
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()
-
-
-
-