-
- All Implemented Interfaces:
public class ContentSwitchEvent extends ApplicationEvent
ContentSwitchEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
ContentSwitchEvent.MapType
public enum
ContentSwitchEvent.ContentSwitchStatusValue
public enum
ContentSwitchEvent.ContentSwitchErrorType
public class
ContentSwitchEvent.Builder
-
Method Summary
Modifier and Type Method Description ContentSwitchEvent.MapType
getPreviousMapType()
The map the switched started from ContentSwitchEvent.MapType
getCurrentMapType()
The map resulted after the switch Object
getStatus()
The map the switched started from ContentSwitchEvent.ContentSwitchErrorType
getErrorType()
The map resulted after the switch EventType
getEventType()
Get ContentSwitchEvent's EventType static ContentSwitchEvent.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
-
getPreviousMapType
ContentSwitchEvent.MapType getPreviousMapType()
The map the switched started from
-
getCurrentMapType
ContentSwitchEvent.MapType getCurrentMapType()
The map resulted after the switch
-
getErrorType
ContentSwitchEvent.ContentSwitchErrorType getErrorType()
The map resulted after the switch
-
getEventType
EventType getEventType()
Get ContentSwitchEvent's EventType
-
builder
static ContentSwitchEvent.Builder builder()
-
-
-
-