Class DiagnosticsSample.Diagnostic
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.DiagnosticsSample.Diagnostic
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- DiagnosticsSample
 
 public static class DiagnosticsSample.Diagnostic extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Diagnostic(DiagnosticsSample.DiagnosticLevel level, java.lang.Object value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosticsSample.DiagnosticLevelgetLevel()java.lang.ObjectgetValue()
 
- 
- 
- 
Constructor Detail- 
Diagnosticpublic Diagnostic(DiagnosticsSample.DiagnosticLevel level, java.lang.Object value) 
 
- 
 - 
Method Detail- 
getLevelpublic DiagnosticsSample.DiagnosticLevel getLevel() 
 - 
getValuepublic java.lang.Object getValue() 
 
- 
 
-