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

org.graylog.plugins.views.migrations.V20200204122000_MigrateUntypedViewsToDashboards.AutoValue_V20200204122000_MigrateUntypedViewsToDashboards_MigrationCompleted Maven / Gradle / Ivy

package org.graylog.plugins.views.migrations.V20200204122000_MigrateUntypedViewsToDashboards;

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy