com.algolia.search.models.indexing.CopyToResponse Maven / Gradle / Ivy
The newest version!
package com.algolia.search.models.indexing;
import java.time.OffsetDateTime;
public class CopyToResponse extends IndexingResponse {
public OffsetDateTime getUpdatedAt() {
return updatedAt;
}
public CopyToResponse setUpdatedAt(OffsetDateTime updatedAt) {
this.updatedAt = updatedAt;
return this;
}
private OffsetDateTime updatedAt;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy