-
- All Implemented Interfaces:
public class EntityCacheActionEvent extends ApplicationEventEntityCacheActionEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumEntityCacheActionEvent.SourceTypepublic enumEntityCacheActionEvent.ActionTypepublic classEntityCacheActionEvent.Builder
-
Method Summary
Modifier and Type Method Description EntityCacheActionEvent.SourceTypegetSourceType()Get sourceType, mandatory field EntityCacheActionEvent.ActionTypegetActionType()Get set or remove home, mandatory field StringgetEntityId()Get entity id of the home address, optional EventTypegetEventType()Get SetHomeEvent's EventType static EntityCacheActionEvent.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
-
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()
-
-
-
-