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

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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy