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

org.graylog2.rest.models.count.responses.AutoValue_MessageCountResponse Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonIgnore;

final class AutoValue_MessageCountResponse extends $AutoValue_MessageCountResponse {
  AutoValue_MessageCountResponse(long events) {
    super(events);
  }

  @JsonIgnore
  public final long getEvents() {
    return events();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy