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 TypeMethodDescriptionbooleanDate of creation in RFC 3339 format.getRunID()Universally unique identifier (UUID) of a task run.inthashCode()setCreatedAt(String createdAt) toString()
-
Constructor Details
-
RunResponse
public RunResponse()
-
-
Method Details