Package com.algolia.model.ingestion
Class DestinationUpdateResponse
java.lang.Object
com.algolia.model.ingestion.DestinationUpdateResponse
API response for updating a destination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUniversally unique identifier (UUID) of a destination resource.getName()Descriptive name for the resource.Date of last update in RFC 3339 format.inthashCode()setDestinationID(String destinationID) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
DestinationUpdateResponse
public DestinationUpdateResponse()
-
-
Method Details
-
setDestinationID
-
getDestinationID
Universally unique identifier (UUID) of a destination resource. -
setName
-
getName
Descriptive name for the resource. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-