Package com.algolia.model.ingestion
Class Destination
java.lang.Object
com.algolia.model.ingestion.Destination
Destinations are Algolia resources like indices or event streams.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTransformationIDs
(String transformationIDsItem) boolean
Universally unique identifier (UUID) of an authentication resource.Date of creation in RFC 3339 format.Universally unique identifier (UUID) of a destination resource.getInput()
Get inputgetName()
Descriptive name for the resource.Get transformationIDsgetType()
Get typeDate of last update in RFC 3339 format.int
hashCode()
setAuthenticationID
(String authenticationID) setCreatedAt
(String createdAt) setDestinationID
(String destinationID) setInput
(DestinationInput input) setTransformationIDs
(List<String> transformationIDs) setType
(DestinationType type) setUpdatedAt
(String updatedAt) toString()
-
Constructor Details
-
Destination
public Destination()
-
-
Method Details
-
setDestinationID
-
getDestinationID
Universally unique identifier (UUID) of a destination resource. -
setType
-
getType
Get type -
setName
-
getName
Descriptive name for the resource. -
setInput
-
getInput
Get input -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC 3339 format. -
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
setTransformationIDs
-
addTransformationIDs
-
getTransformationIDs
Get transformationIDs -
equals
-
hashCode
public int hashCode() -
toString
-