Package com.bhn.galaxy.gpl.events
Class SourceEvent
- java.lang.Object
-
- com.bhn.galaxy.gpl.events.BaseEvent
-
- com.bhn.galaxy.gpl.events.SourceEvent
-
public class SourceEvent extends BaseEvent
POJO for SourceEvent, supports JSON serialization and de-serialization
- Since:
- 3.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.bhn.galaxy.gpl.events.BaseEvent
BaseEvent.BaseEventBuilder
-
-
Constructor Summary
Constructors Constructor Description SourceEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAppShard()java.lang.StringgetEntityId()java.lang.StringgetEventType()java.util.Map<java.lang.String,java.lang.String>getIngestion()java.time.InstantgetSourceEventTimestamp()voidsetAppShard(java.lang.String appShard)voidsetEntityId(java.lang.String entityId)voidsetEventType(java.lang.String eventType)voidsetIngestion(java.util.Map<java.lang.String,java.lang.String> ingestion)voidsetSourceEventTimestamp(java.time.Instant sourceEventTimestamp)java.lang.StringtoString()-
Methods inherited from class com.bhn.galaxy.gpl.events.BaseEvent
getAgentId, getContentType, getDatalakeInfo, getInitDate, getInitTime, getMsgType, getMsgVersion, getProcessInfo, getRegionName, getShardId, getSourceApplicationName, getStreamName, getSystemProperties, getTimeZone, setAgentId, setContentType, setDatalakeInfo, setInitDate, setInitTime, setMsgType, setMsgVersion, setProcessInfo, setRegionName, setShardId, setSourceApplicationName, setStreamName, setSystemProperties, setTimeZone
-
-
-
-
Method Detail
-
getAppShard
public java.lang.String getAppShard()
-
setAppShard
public void setAppShard(java.lang.String appShard)
-
getEventType
public java.lang.String getEventType()
-
setEventType
public void setEventType(java.lang.String eventType)
-
getSourceEventTimestamp
public java.time.Instant getSourceEventTimestamp()
-
setSourceEventTimestamp
public void setSourceEventTimestamp(java.time.Instant sourceEventTimestamp)
-
getEntityId
public java.lang.String getEntityId()
-
setEntityId
public void setEntityId(java.lang.String entityId)
-
getIngestion
public java.util.Map<java.lang.String,java.lang.String> getIngestion()
-
setIngestion
public void setIngestion(java.util.Map<java.lang.String,java.lang.String> ingestion)
-
-