Class SystemsEntry
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.web.pages.status.overviewmeta.SystemsEntry
 
- 
 public class SystemsEntry extends java.lang.ObjectCreated by carlg on 6/16/2016.
- 
- 
Constructor SummaryConstructors Constructor Description SystemsEntry(java.lang.String title, InfoLine info, java.lang.String url)Creates a systems entry that may have all the bells and whistles.SystemsEntry(java.lang.String title, java.lang.String text)Creates a basic systems entry that is not in error state and has no navigation URL
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoLinegetInfo()java.lang.StringgetTitle()java.util.Optional<java.lang.String>getUrl()
 
- 
- 
- 
Constructor Detail- 
SystemsEntrypublic SystemsEntry(java.lang.String title, java.lang.String text)Creates a basic systems entry that is not in error state and has no navigation URL
 - 
SystemsEntrypublic SystemsEntry(java.lang.String title, InfoLine info, java.lang.String url)Creates a systems entry that may have all the bells and whistles.
 
- 
 - 
Method Detail- 
getTitlepublic java.lang.String getTitle() 
 - 
getInfopublic InfoLine getInfo() 
 - 
getUrlpublic java.util.Optional<java.lang.String> getUrl() 
 
- 
 
-