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

org.graylog2.rest.models.system.responses.AutoValue_SystemThreadDumpResponse Maven / Gradle / Ivy

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

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

final class AutoValue_SystemThreadDumpResponse extends $AutoValue_SystemThreadDumpResponse {
  AutoValue_SystemThreadDumpResponse(String threadDump) {
    super(threadDump);
  }

  @JsonIgnore
  public final String getThreadDump() {
    return threadDump();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy