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

org.graylog2.indexer.indexset.events.AutoValue_IndexSetCreatedEvent Maven / Gradle / Ivy

package org.graylog2.indexer.indexset.events;

import com.fasterxml.jackson.annotation.JsonIgnore;
import org.graylog2.indexer.indexset.IndexSetConfig;

final class AutoValue_IndexSetCreatedEvent extends $AutoValue_IndexSetCreatedEvent {
  AutoValue_IndexSetCreatedEvent(IndexSetConfig indexSet) {
    super(indexSet);
  }

  @JsonIgnore
  public final IndexSetConfig getIndexSet() {
    return indexSet();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy