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

org.graylog2.plugin.cluster.AutoValue_ClusterId Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
package org.graylog2.plugin.cluster;

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

final class AutoValue_ClusterId extends $AutoValue_ClusterId {
  AutoValue_ClusterId(String clusterId) {
    super(clusterId);
  }

  @JsonIgnore
  public final String getClusterId() {
    return clusterId();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy