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

org.graylog.plugins.views.migrations.AutoValue_V20190304102700_MigrateMessageListStructure_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.List;

final class AutoValue_V20190304102700_MigrateMessageListStructure_MigrationCompleted extends $AutoValue_V20190304102700_MigrateMessageListStructure_MigrationCompleted {
  AutoValue_V20190304102700_MigrateMessageListStructure_MigrationCompleted(List viewIds) {
    super(viewIds);
  }

  @JsonIgnore
  public final List getViewIds() {
    return viewIds();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy