Data for diagnostics.  
 More...
◆ DiagnosticsData()
      
        
          | fm.liveswitch.diagnostics.DiagnosticsData.DiagnosticsData  | 
          ( | 
          String  | 
          componentName | ) | 
           | 
        
      
 
 
◆ add()
      
        
          | void fm.liveswitch.diagnostics.DiagnosticsData.add  | 
          ( | 
          String  | 
          name,  | 
        
        
           | 
           | 
          Object  | 
          value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Add a named value. 
- Parameters
 - 
  
  
 
 
 
◆ getComponentName()
      
        
          | String fm.liveswitch.diagnostics.DiagnosticsData.getComponentName  | 
          ( | 
           | ) | 
           | 
        
      
 
Gets the name of the component the data is from. 
 
 
◆ getData()
      
        
          | java.util.HashMap<String,Object> fm.liveswitch.diagnostics.DiagnosticsData.getData  | 
          ( | 
           | ) | 
           | 
        
      
 
Gets the diagnostic data. 
 
 
◆ toString()
      
        
          | String fm.liveswitch.diagnostics.DiagnosticsData.toString  | 
          ( | 
           | ) | 
           |