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

org.graylog2.shared.system.stats.fs.AutoValue_FsStats Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package org.graylog2.shared.system.stats.fs;

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

final class AutoValue_FsStats extends $AutoValue_FsStats {
  AutoValue_FsStats(Map filesystems) {
    super(filesystems);
  }

  @JsonIgnore
  public final Map getFilesystems() {
    return filesystems();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy