Package com.algolia.model.ingestion
Class Event
java.lang.Object
com.algolia.model.ingestion.Event
An event describe a step of the task execution flow..
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The extracted record batch size.getData()
Get dataUniversally unique identifier (UUID) of an event.The parent event, the cause of this event.Date of publish RFC 3339 format.getRunID()
Universally unique identifier (UUID) of a task run.Get statusgetType()
Get typeint
hashCode()
setBatchSize
(Integer batchSize) setEventID
(String eventID) setParentID
(String parentID) setPublishedAt
(String publishedAt) setStatus
(EventStatus status) toString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
setEventID
-
getEventID
Universally unique identifier (UUID) of an event. -
setRunID
-
getRunID
Universally unique identifier (UUID) of a task run. -
setParentID
-
getParentID
The parent event, the cause of this event. -
setStatus
-
getStatus
Get status -
setType
-
getType
Get type -
setBatchSize
-
getBatchSize
The extracted record batch size. minimum: 0 -
setData
-
putData
-
getData
Get data -
setPublishedAt
-
getPublishedAt
Date of publish RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-