Class SystemsEntry
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.web.pages.status.overviewmeta.SystemsEntry
-
public class SystemsEntry extends java.lang.Object
Created by carlg on 6/16/2016.
-
-
Constructor Summary
Constructors 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoLine
getInfo()
java.lang.String
getTitle()
java.util.Optional<java.lang.String>
getUrl()
-
-
-
Constructor Detail
-
SystemsEntry
public 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
-
SystemsEntry
public 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
-
getTitle
public java.lang.String getTitle()
-
getInfo
public InfoLine getInfo()
-
getUrl
public java.util.Optional<java.lang.String> getUrl()
-
-