Package org.kinotic.continuum.grind.api
Class Diagnostic
- java.lang.Object
-
- org.kinotic.continuum.grind.api.Diagnostic
-
public class Diagnostic extends java.lang.ObjectCreated by Navid Mitchell on 11/12/20
-
-
Constructor Summary
Constructors Constructor Description Diagnostic()Diagnostic(DiagnosticLevel diagnosticLevel, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosticLevelgetDiagnosticType()java.lang.StringgetMessage()DiagnosticsetDiagnosticType(DiagnosticLevel diagnosticLevel)DiagnosticsetMessage(java.lang.String message)
-
-
-
Constructor Detail
-
Diagnostic
public Diagnostic()
-
Diagnostic
public Diagnostic(DiagnosticLevel diagnosticLevel, java.lang.String message)
-
-
Method Detail
-
getDiagnosticType
public DiagnosticLevel getDiagnosticType()
-
setDiagnosticType
public Diagnostic setDiagnosticType(DiagnosticLevel diagnosticLevel)
-
getMessage
public java.lang.String getMessage()
-
setMessage
public Diagnostic setMessage(java.lang.String message)
-
-