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

org.graylog2.rest.models.system.responses.AutoValue_Throughput Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonIgnore;

final class AutoValue_Throughput extends $AutoValue_Throughput {
  AutoValue_Throughput(long throughput) {
    super(throughput);
  }

  @JsonIgnore
  public final long getThroughput() {
    return throughput();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy