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

org.graylog2.rest.resources.tools.responses.AutoValue_GrokTesterResponse_Match Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.graylog2.rest.resources.tools.responses;

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

final class AutoValue_GrokTesterResponse_Match extends $AutoValue_GrokTesterResponse_Match {
  AutoValue_GrokTesterResponse_Match(String name, String match) {
    super(name, match);
  }

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

  @JsonIgnore
  public final String getMatch() {
    return match();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy