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

org.graylog2.rest.models.system.inputs.responses.AutoValue_InputDeleted Maven / Gradle / Ivy

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy