Package com.algolia.model.ingestion
Class Source
java.lang.Object
com.algolia.model.ingestion.Source
Source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe authentication UUID.Date of creation (RFC3339 format).getInput()Get inputgetName()Get nameThe source UUID.getType()Get typeDate of last update (RFC3339 format).inthashCode()setAuthenticationID(String authenticationID) setCreatedAt(String createdAt) setInput(SourceInput input) setSourceID(String sourceID) setType(SourceType type) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
Source
public Source()
-
-
Method Details
-
setSourceID
-
getSourceID
The source UUID. -
setType
-
getType
Get type -
setName
-
getName
Get name -
setInput
-
getInput
Get input -
setAuthenticationID
-
getAuthenticationID
The authentication UUID. -
setCreatedAt
-
getCreatedAt
Date of creation (RFC3339 format). -
setUpdatedAt
-
getUpdatedAt
Date of last update (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-