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

org.graylog2.rest.models.system.indexer.responses.AutoValue_ClosedIndices Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package org.graylog2.rest.models.system.indexer.responses;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.lang.String;
import java.util.Set;

final class AutoValue_ClosedIndices extends $AutoValue_ClosedIndices {
  AutoValue_ClosedIndices(Set indices, int total) {
    super(indices, total);
  }

  @JsonIgnore
  public final Set getIndices() {
    return indices();
  }

  @JsonIgnore
  public final int getTotal() {
    return total();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy