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

org.graylog2.gettingstarted.AutoValue_GettingStartedState Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.graylog2.gettingstarted;

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

final class AutoValue_GettingStartedState extends $AutoValue_GettingStartedState {
  AutoValue_GettingStartedState(Set dismissedInVersions) {
    super(dismissedInVersions);
  }

  @JsonIgnore
  public final Set getDismissedInVersions() {
    return dismissedInVersions();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy