Package com.algolia.model.ingestion
Class DestinationCreate
java.lang.Object
com.algolia.model.ingestion.DestinationCreate
The payload when creating a destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe authentication UUID.getInput()Get inputgetName()An human readable name describing the object.getType()Get typeinthashCode()setAuthenticationID(String authenticationID) setInput(DestinationInput input) setType(DestinationType type) toString()
-
Constructor Details
-
DestinationCreate
public DestinationCreate()
-
-
Method Details
-
setType
-
getType
Get type -
setName
-
getName
An human readable name describing the object. -
setInput
-
getInput
Get input -
setAuthenticationID
-
getAuthenticationID
The authentication UUID. -
equals
-
hashCode
public int hashCode() -
toString
-