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

org.graylog2.rest.resources.streams.responses.AutoValue_TestMatchResponse Maven / Gradle / Ivy

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

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

final class AutoValue_TestMatchResponse extends $AutoValue_TestMatchResponse {
  AutoValue_TestMatchResponse(boolean matches, Map rules) {
    super(matches, rules);
  }

  @JsonIgnore
  public final boolean isMatches() {
    return matches();
  }

  @JsonIgnore
  public final Map getRules() {
    return rules();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy