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

org.graylog2.rest.models.system.indexer.responses.AutoValue_ClusterName Maven / Gradle / Ivy

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

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

final class AutoValue_ClusterName extends $AutoValue_ClusterName {
  AutoValue_ClusterName(String name) {
    super(name);
  }

  @JsonIgnore
  public final String getName() {
    return name();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy