Package com.algolia.model.ingestion
Class Destination
java.lang.Object
com.algolia.model.ingestion.Destination
A destination describe how the data is indexed on the Algolia side.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet authenticationIDDate of creation (RFC3339 format).The destination UUID.getInput()Get inputgetName()An human readable name describing the object.getType()Get typeDate of last update (RFC3339 format).inthashCode()setAuthenticationID(String authenticationID) setCreatedAt(String createdAt) setDestinationID(String destinationID) setInput(DestinationInput input) setType(DestinationType type) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
Destination
public Destination()
-
-
Method Details
-
setDestinationID
-
getDestinationID
The destination UUID. -
setType
-
getType
Get type -
setName
-
getName
An human readable name describing the object. -
setInput
-
getInput
Get input -
setCreatedAt
-
getCreatedAt
Date of creation (RFC3339 format). -
setUpdatedAt
-
getUpdatedAt
Date of last update (RFC3339 format). -
setAuthenticationID
-
getAuthenticationID
Get authenticationID -
equals
-
hashCode
public int hashCode() -
toString
-