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

org.graylog.plugins.views.migrations.AutoValue_V20200730000000_AddGl2MessageIdFieldAliasForEvents_MigrationCompleted Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package org.graylog.plugins.views.migrations;

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

final class AutoValue_V20200730000000_AddGl2MessageIdFieldAliasForEvents_MigrationCompleted extends $AutoValue_V20200730000000_AddGl2MessageIdFieldAliasForEvents_MigrationCompleted {
  AutoValue_V20200730000000_AddGl2MessageIdFieldAliasForEvents_MigrationCompleted(Set modifiedIndexPrefixes) {
    super(modifiedIndexPrefixes);
  }

  @JsonIgnore
  public final Set getModifiedIndexPrefixes() {
    return modifiedIndexPrefixes();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy