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

org.graylog2.indexer.indexset.events.AutoValue_IndexSetDeletedEvent Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package org.graylog2.indexer.indexset.events;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.lang.String;
import javax.validation.constraints.NotBlank;

final class AutoValue_IndexSetDeletedEvent extends $AutoValue_IndexSetDeletedEvent {
  AutoValue_IndexSetDeletedEvent(String id) {
    super(id);
  }

  @JsonIgnore
  @NotBlank
  public final String getId() {
    return id();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy