Package com.algolia.model.ingestion
Class Transformation
java.lang.Object
com.algolia.model.ingestion.Transformation
Transformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthenticationIDs
(String authenticationIDsItem) boolean
The authentications associated with the current transformation.getCode()
The source code of the transformation.Date of creation in RFC 3339 format.A descriptive name for your transformation of what it does.getName()
The uniquely identified name of your transformation.Universally unique identifier (UUID) of a transformation.Date of last update in RFC 3339 format.int
hashCode()
setAuthenticationIDs
(List<String> authenticationIDs) setCreatedAt
(String createdAt) setDescription
(String description) setTransformationID
(String transformationID) setUpdatedAt
(String updatedAt) toString()
-
Constructor Details
-
Transformation
public Transformation()
-
-
Method Details
-
setTransformationID
-
getTransformationID
Universally unique identifier (UUID) of a transformation. -
setAuthenticationIDs
-
addAuthenticationIDs
-
getAuthenticationIDs
The authentications associated with the current transformation. -
setCode
-
getCode
The source code of the transformation. -
setName
-
getName
The uniquely identified name of your transformation. -
setDescription
-
getDescription
A descriptive name for your transformation of what it does. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-