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

com.algolia.search.models.mcm.ListClustersResponse 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.util.List;

public class ListClustersResponse implements Serializable {

  private List clusters;

  public List getClusters() {
    return clusters;
  }

  public ListClustersResponse setClusters(List clusters) {
    this.clusters = clusters;
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy