Package com.algolia.model.ingestion
Class RunResponse
java.lang.Object
com.algolia.model.ingestion.RunResponse
The response from the run task API, containing an Observability Run ID and the time it was
created at.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate of creation (RFC3339 format).getRunID()The run UUID.inthashCode()setCreatedAt(String createdAt) toString()
-
Constructor Details
-
RunResponse
public RunResponse()
-
-
Method Details