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 TypeMethodDescriptionbooleanThe extracted record batch size.getData()Get dataThe event UUID.The parent event, the cause of this event.Date of publish (RFC3339 format).getRunID()The run UUID.Get statusgetType()Get typeinthashCode()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
The event UUID. -
setRunID
-
getRunID
The run UUID. -
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 (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-