Package com.algolia.model.ingestion
Class TransformationTry
java.lang.Object
com.algolia.model.ingestion.TransformationTry
TransformationTry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthentications(AuthenticationCreate authenticationsItem) booleanGet authenticationsgetCode()The source code of the transformation.The record to apply the given code to.inthashCode()setAuthentications(List<AuthenticationCreate> authentications) setSampleRecord(Object sampleRecord) toString()
-
Constructor Details
-
TransformationTry
public TransformationTry()
-
-
Method Details
-
setCode
-
getCode
The source code of the transformation. -
setSampleRecord
-
getSampleRecord
The record to apply the given code to. -
setAuthentications
-
addAuthentications
-
getAuthentications
Get authentications -
equals
-
hashCode
public int hashCode() -
toString
-