org.graylog2.rest.models.system.AutoValue_DisplayGettingStarted Maven / Gradle / Ivy
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