Package com.algolia.model.ingestion
Class DestinationUpdateResponse
java.lang.Object
com.algolia.model.ingestion.DestinationUpdateResponse
Response from the API when the Destination is successfully updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe destination UUID.getName()An human readable name describing the object.Date of last update (RFC3339 format).inthashCode()setDestinationID(String destinationID) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
DestinationUpdateResponse
public DestinationUpdateResponse()
-
-
Method Details
-
setDestinationID
-
getDestinationID
The destination UUID. -
setName
-
getName
An human readable name describing the object. -
setUpdatedAt
-
getUpdatedAt
Date of last update (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-