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

org.graylog.plugins.views.search.views.widgets.aggregation.AutoValue_SeriesConfigDTO Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.graylog.plugins.views.search.views.widgets.aggregation;

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

final class AutoValue_SeriesConfigDTO extends $AutoValue_SeriesConfigDTO {
  AutoValue_SeriesConfigDTO(String name) {
    super(name);
  }

  @JsonIgnore
  @Nullable
  public final String getName() {
    return name();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy