Package com.algolia.model.ingestion
Class SourceJSON
java.lang.Object
com.algolia.model.ingestion.SourceJSON
- All Implemented Interfaces:
SourceInput,SourceUpdateInput
SourceJSON
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.DeserializerNested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceUpdateInput
SourceUpdateInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet methodThe name of the column that contains the unique ID, used as `objectID` in Algolia.getUrl()The URL of the file.inthashCode()setMethod(MethodType method) setUniqueIDColumn(String uniqueIDColumn) toString()
-
Constructor Details
-
SourceJSON
public SourceJSON()
-
-
Method Details
-
setUrl
-
getUrl
The URL of the file. -
setUniqueIDColumn
-
getUniqueIDColumn
The name of the column that contains the unique ID, used as `objectID` in Algolia. -
setMethod
-
getMethod
Get method -
equals
-
hashCode
public int hashCode() -
toString
-