-
- All Implemented Interfaces:
public class ContentSwitchEvent extends ApplicationEventContentSwitchEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumContentSwitchEvent.MapTypepublic enumContentSwitchEvent.ContentSwitchStatusValuepublic enumContentSwitchEvent.ContentSwitchErrorTypepublic classContentSwitchEvent.Builder
-
Method Summary
Modifier and Type Method Description ContentSwitchEvent.MapTypegetPreviousMapType()The map the switched started from ContentSwitchEvent.MapTypegetCurrentMapType()The map resulted after the switch ObjectgetStatus()The map the switched started from ContentSwitchEvent.ContentSwitchErrorTypegetErrorType()The map resulted after the switch EventTypegetEventType()Get ContentSwitchEvent's EventType static ContentSwitchEvent.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
-
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()
-
-
-
-