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

org.graylog2.rest.models.system.cluster.responses.AutoValue_NodeSummaryList Maven / Gradle / Ivy

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

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

final class AutoValue_NodeSummaryList extends $AutoValue_NodeSummaryList {
  AutoValue_NodeSummaryList(List nodes, int total) {
    super(nodes, total);
  }

  @JsonIgnore
  public final List getNodes() {
    return nodes();
  }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy