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

org.graylog2.indexer.indices.events.AutoValue_IndicesDeletedEvent Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
package org.graylog2.indexer.indices.events;

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

final class AutoValue_IndicesDeletedEvent extends $AutoValue_IndicesDeletedEvent {
  AutoValue_IndicesDeletedEvent(Set indices) {
    super(indices);
  }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy