Package com.algolia.model.ingestion
Class SourceCreateResponse
java.lang.Object
com.algolia.model.ingestion.SourceCreateResponse
SourceCreateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date of creation in RFC 3339 format.getName()
Descriptive name of the source.Universally uniqud identifier (UUID) of a source.int
hashCode()
setCreatedAt
(String createdAt) setSourceID
(String sourceID) toString()
-
Constructor Details
-
SourceCreateResponse
public SourceCreateResponse()
-
-
Method Details
-
setSourceID
-
getSourceID
Universally uniqud identifier (UUID) of a source. -
setName
-
getName
Descriptive name of the source. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-