Package com.algolia.model.ingestion
Class WatchResponse
java.lang.Object
com.algolia.model.ingestion.WatchResponse
WatchResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
when used with discovering or validating sources, the sampled data of your source is returned.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.int
hashCode()
setMessage
(String message) toString()
-
Constructor Details
-
WatchResponse
public WatchResponse()
-
-
Method Details
-
setRunID
-
getRunID
Universally unique identifier (UUID) of a task run. -
setData
-
addData
-
getData
when used with discovering or validating sources, the sampled data of your source is returned. -
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
-