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

org.graylog2.rest.models.system.metrics.responses.AutoValue_MetricsSummaryResponse Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Map;

final class AutoValue_MetricsSummaryResponse extends $AutoValue_MetricsSummaryResponse {
  AutoValue_MetricsSummaryResponse(int total, List> metrics) {
    super(total, metrics);
  }

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

  @JsonIgnore
  public final List> getMetrics() {
    return metrics();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy