Package com.algolia.model.ingestion
Class TransformationUpdateResponse
java.lang.Object
com.algolia.model.ingestion.TransformationUpdateResponse
API response for updating a transformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUniversally unique identifier (UUID) of a transformation.Date of last update in RFC 3339 format.inthashCode()setTransformationID(String transformationID) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
TransformationUpdateResponse
public TransformationUpdateResponse()
-
-
Method Details
-
setTransformationID
-
getTransformationID
Universally unique identifier (UUID) of a transformation. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-