java.lang.Object
com.inductiveautomation.ignition.gateway.web.pages.status.overviewmeta.InfoLine

public class InfoLine extends Object
An info line is just 1 line of information, with some quality information attached.
  • Constructor Details

    • InfoLine

      public InfoLine(String text, boolean error)
  • Method Details

    • getText

      public String getText()
      The text of the info line. Use *stars* for emphasis
    • isError

      public boolean isError()