Class Certificate.Check
- java.lang.Object
-
- com.aoindustries.aoserv.client.pki.Certificate.Check
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Certificate
public static class Certificate.Check extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Check(String check, String value, AlertLevel alertLevel, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertLevelgetAlertLevel()The alert level for monitoring purposes.StringgetCheck()Gets the human-readable description of the check performed.StringgetMessage()Gets the optional human-readable result of the check.StringgetValue()Gets any value representing the result of the check.
-
-
-
Constructor Detail
-
Check
public Check(String check, String value, AlertLevel alertLevel, String message)
-
-
Method Detail
-
getCheck
public String getCheck()
Gets the human-readable description of the check performed.
-
getValue
public String getValue()
Gets any value representing the result of the check.
-
getAlertLevel
public AlertLevel getAlertLevel()
The alert level for monitoring purposes.
-
getMessage
public String getMessage()
Gets the optional human-readable result of the check.
-
-