Package com.algolia.model.ingestion
Class TransformationTryResponse
java.lang.Object
com.algolia.model.ingestion.TransformationTryResponse
TransformationTryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPayloads
(Object payloadsItem) boolean
getError()
Get errorThe array of records returned by the transformation service.int
hashCode()
setError
(TransformationError error) setPayloads
(List<Object> payloads) toString()
-
Constructor Details
-
TransformationTryResponse
public TransformationTryResponse()
-
-
Method Details