Interface ScanclassHistorySet

All Superinterfaces:
Collection<HistoricalTagValue>, HistoricalData, HistoricalDataList, Iterable<HistoricalTagValue>, List<HistoricalTagValue>, RetryHistoricalData, Serializable
All Known Implementing Classes:
BasicScanclassHistorySet

public interface ScanclassHistorySet extends HistoricalDataList, RetryHistoricalData, Serializable
  • Method Details

    • getSetName

      String getSetName()
      The name of the scan class
    • getExecRate

      int getExecRate()
      The rate that the scan class is executing at. Returns 0 to indicate a non-direct scan class (one that doesn't execute regularly)
    • getExecutionTime

      Date getExecutionTime()
    • getGatewayName

      String getGatewayName()
      Returns the name of the source gateway. If null, it is the local gateway.
    • getProviderName

      String getProviderName()
      Returns the name of the tag provider that generated this set.