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

org.graylog2.rest.models.system.AutoValue_DisplayGettingStarted Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package org.graylog2.rest.models.system;

import com.fasterxml.jackson.annotation.JsonIgnore;

final class AutoValue_DisplayGettingStarted extends $AutoValue_DisplayGettingStarted {
  AutoValue_DisplayGettingStarted(boolean show) {
    super(show);
  }

  @JsonIgnore
  public final boolean isShow() {
    return show();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy