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

org.graylog2.rest.models.system.indexer.requests.AutoValue_IndicesReadRequest Maven / Gradle / Ivy

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

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

final class AutoValue_IndicesReadRequest extends $AutoValue_IndicesReadRequest {
  AutoValue_IndicesReadRequest(List indices) {
    super(indices);
  }

  @JsonIgnore
  public final List getIndices() {
    return indices();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy