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

org.graylog2.rest.models.system.loggers.responses.AutoValue_SubsystemSummary Maven / Gradle / Ivy

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

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

final class AutoValue_SubsystemSummary extends $AutoValue_SubsystemSummary {
  AutoValue_SubsystemSummary(Map subsystems) {
    super(subsystems);
  }

  @JsonIgnore
  public final Map getSubsystems() {
    return subsystems();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy