Class InfoLine
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.web.pages.status.overviewmeta.InfoLine
 
- 
 public class InfoLine extends java.lang.ObjectAn info line is just 1 line of information, with some quality information attached.
- 
- 
Constructor SummaryConstructors Constructor Description InfoLine(java.lang.String text, boolean error)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()The text of the info line.booleanisError()
 
-