![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.web.MonitorReport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdmx-dl-api Show documentation
Show all versions of sdmx-dl-api Show documentation
Easily download official statistics - API
The newest version!
package sdmxdl.web;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable;
@lombok.Value
@lombok.Builder(toBuilder = true)
public class MonitorReport {
@NonNull String source;
@lombok.Builder.Default
@NonNull MonitorStatus status = MonitorStatus.UNKNOWN;
@Nullable Double uptimeRatio;
@Nullable Long averageResponseTime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy