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 TypeMethodDescriptionbooleanUniversally 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.getType()Get typeDate of last update in RFC 3339 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
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. -
equals
-
hashCode
public int hashCode() -
toString
-