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