Package com.algolia.model.ingestion
Class RunResponse
java.lang.Object
com.algolia.model.ingestion.RunResponse
API response for running a task.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date of creation in RFC 3339 format.getRunID()
Universally unique identifier (UUID) of a task run.int
hashCode()
setCreatedAt
(String createdAt) toString()
-
Constructor Details
-
RunResponse
public RunResponse()
-
-
Method Details