Interface TagGroupHistorySet

All Superinterfaces:
Collection<HistoricalTagValue>, Iterable<HistoricalTagValue>, List<HistoricalTagValue>, PersistentData, RetryPersistentData, TagHistoryData
All Known Implementing Classes:
BasicTagGroupHistorySet

public interface TagGroupHistorySet extends List<HistoricalTagValue>, RetryPersistentData, TagHistoryData
  • Method Details

    • getTagGroupName

      String getTagGroupName()
      The name of the tag group.
    • getExecutionRate

      int getExecutionRate()
      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.