Package com.algolia.model.ingestion
Class SourceWatchResponse
java.lang.Object
com.algolia.model.ingestion.SourceWatchResponse
SourceWatchResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()depending on the source type, the validation returns sampling data of your source (JSON, CSV, BigQuery).in case of error, observability events will be added to the response, if any.a message describing the outcome of a validate run.getRunID()Universally unique identifier (UUID) of a task run.inthashCode()setMessage(String message) toString()
-
Constructor Details
-
SourceWatchResponse
public SourceWatchResponse()
-
-
Method Details
-
setRunID
-
getRunID
Universally unique identifier (UUID) of a task run. -
setData
-
addData
-
getData
depending on the source type, the validation returns sampling data of your source (JSON, CSV, BigQuery). -
setEvents
-
addEvents
-
getEvents
in case of error, observability events will be added to the response, if any. -
setMessage
-
getMessage
a message describing the outcome of a validate run. -
equals
-
hashCode
public int hashCode() -
toString
-