All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.algolia.search.models.mcm.AssignUserIdsResponse Maven / Gradle / Ivy

There is a newer version: 3.16.9
Show newest version
package com.algolia.search.models.mcm;

import java.io.Serializable;
import java.time.ZonedDateTime;

public class AssignUserIdsResponse implements Serializable {

  public ZonedDateTime getCreatedAt() {
    return createdAt;
  }

  public AssignUserIdsResponse setCreatedAt(ZonedDateTime createdAt) {
    this.createdAt = createdAt;
    return this;
  }

  private ZonedDateTime createdAt;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy