Package com.algolia.model.ingestion
Class DestinationCreateResponse
java.lang.Object
com.algolia.model.ingestion.DestinationCreateResponse
API response for creating a new destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date of creation in RFC 3339 format.Universally unique identifier (UUID) of a destination resource.getName()
Descriptive name for the resource.int
hashCode()
setCreatedAt
(String createdAt) setDestinationID
(String destinationID) toString()
-
Constructor Details
-
DestinationCreateResponse
public DestinationCreateResponse()
-
-
Method Details
-
setDestinationID
-
getDestinationID
Universally unique identifier (UUID) of a destination resource. -
setName
-
getName
Descriptive name for the resource. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-