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

org.graylog2.rest.models.system.inputs.responses.AutoValue_InputStatesList Maven / Gradle / Ivy

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

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

final class AutoValue_InputStatesList extends $AutoValue_InputStatesList {
  AutoValue_InputStatesList(Set states) {
    super(states);
  }

  @JsonIgnore
  public final Set getStates() {
    return states();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy