Class SaveSynonymResponse
- java.lang.Object
-
- com.algolia.search.models.indexing.IndexingResponse
-
- com.algolia.search.models.synonyms.SaveSynonymResponse
-
- All Implemented Interfaces:
WaitableResponse,Serializable
public class SaveSynonymResponse extends IndexingResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaveSynonymResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()OffsetDateTimegetUpdatedAt()SaveSynonymResponsesetId(String id)SaveSynonymResponsesetUpdatedAt(OffsetDateTime updatedAt)-
Methods inherited from class com.algolia.search.models.indexing.IndexingResponse
getTaskID, setTaskID, setWaitConsumer, waitTask
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public SaveSynonymResponse setId(String id)
-
getUpdatedAt
public OffsetDateTime getUpdatedAt()
-
setUpdatedAt
public SaveSynonymResponse setUpdatedAt(OffsetDateTime updatedAt)
-
-