-
- All Implemented Interfaces:
public class EntityCacheActionEvent extends ApplicationEvent
EntityCacheActionEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
EntityCacheActionEvent.SourceType
public enum
EntityCacheActionEvent.ActionType
public class
EntityCacheActionEvent.Builder
-
Method Summary
Modifier and Type Method Description EntityCacheActionEvent.SourceType
getSourceType()
Get sourceType, mandatory field EntityCacheActionEvent.ActionType
getActionType()
Get set or remove home, mandatory field String
getEntityId()
Get entity id of the home address, optional EventType
getEventType()
Get SetHomeEvent's EventType static EntityCacheActionEvent.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
-
getSourceType
EntityCacheActionEvent.SourceType getSourceType()
Get sourceType, mandatory field
-
getActionType
EntityCacheActionEvent.ActionType getActionType()
Get set or remove home, mandatory field
-
getEntityId
String getEntityId()
Get entity id of the home address, optional
-
getEventType
EventType getEventType()
Get SetHomeEvent's EventType
-
builder
static EntityCacheActionEvent.Builder builder()
-
-
-
-