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

org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.view.AutoValue_AggregationWidget Maven / Gradle / Ivy

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

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

final class AutoValue_AggregationWidget extends $AutoValue_AggregationWidget {
  AutoValue_AggregationWidget(String id, AggregationConfig config) {
    super(id, config);
  }

  @JsonIgnore
  public final String getId() {
    return id();
  }

  @JsonIgnore
  public final AggregationConfig getConfig() {
    return config();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy