public class CheckResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckResult.Level
We chose our levels to match those of https://checkmk.com/features.html
|
| Modifier and Type | Field and Description |
|---|---|
CheckResult.Level |
level |
java.lang.String |
message
Optional message describe the problem.
|
| Constructor and Description |
|---|
CheckResult() |
| Modifier and Type | Method and Description |
|---|---|
static CheckResult |
unknown() |
public CheckResult.Level level
public java.lang.String message
level is OKpublic static CheckResult unknown()
Copyright © 2023. All Rights Reserved.