Package com.algolia.model.ingestion
Class SourceCreate
java.lang.Object
com.algolia.model.ingestion.SourceCreate
SourceCreate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Universally unique identifier (UUID) of an authentication resource.getInput()
Get inputgetName()
Descriptive name of the source.getType()
Get typeint
hashCode()
setAuthenticationID
(String authenticationID) setInput
(SourceInput input) setType
(SourceType type) toString()
-
Constructor Details
-
SourceCreate
public SourceCreate()
-
-
Method Details
-
setType
-
getType
Get type -
setName
-
getName
Descriptive name of the source. -
setInput
-
getInput
Get input -
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
equals
-
hashCode
public int hashCode() -
toString
-