Package com.algolia.model.ingestion
Class TransformationCreateResponse
java.lang.Object
com.algolia.model.ingestion.TransformationCreateResponse
API response for creating a transformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate of creation in RFC 3339 format.Universally unique identifier (UUID) of a transformation.inthashCode()setCreatedAt(String createdAt) setTransformationID(String transformationID) toString()
-
Constructor Details
-
TransformationCreateResponse
public TransformationCreateResponse()
-
-
Method Details
-
setTransformationID
-
getTransformationID
Universally unique identifier (UUID) of a transformation. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-