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 Summary
Constructors Constructor Description Diagnostic(DiagnosticsSample.DiagnosticLevel level, java.lang.Object value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosticsSample.DiagnosticLevelgetLevel()java.lang.ObjectgetValue() 
 - 
 
- 
- 
Constructor Detail
- 
Diagnostic
public Diagnostic(DiagnosticsSample.DiagnosticLevel level, java.lang.Object value)
 
 - 
 
- 
Method Detail
- 
getLevel
public DiagnosticsSample.DiagnosticLevel getLevel()
 
- 
getValue
public java.lang.Object getValue()
 
 - 
 
 -