Package com.algolia.model.ingestion
Class Source
java.lang.Object
com.algolia.model.ingestion.Source
Source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUniversally unique identifier (UUID) of an authentication resource.Date of creation in RFC3339 format.getInput()Get inputgetName()Get nameUniversally uniqud identifier (UUID) of a source.getType()Get typeDate of last update in 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
Universally uniqud identifier (UUID) of a source. -
setType
-
getType
Get type -
setName
-
getName
Get name -
setInput
-
getInput
Get input -
setAuthenticationID
-
getAuthenticationID
Universally unique identifier (UUID) of an authentication resource. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC3339 format. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-