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

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

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

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

final class AutoValue_InputsList extends $AutoValue_InputsList {
  AutoValue_InputsList(Set inputs, int total) {
    super(inputs, total);
  }

  @JsonIgnore
  public final Set getInputs() {
    return inputs();
  }

  @JsonIgnore
  public final int getTotal() {
    return total();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy