java.lang.Object
com.inductiveautomation.ignition.common.alarming.evaluation.ShelvedPath
All Implemented Interfaces:
Serializable

public class ShelvedPath extends Object implements Serializable
This class provides information about a path that has been "shelved", such as when it was shelved, and by whom, and the actual path.
See Also:
  • Constructor Details

  • Method Details

    • getPath

      public Path getPath()
    • getUser

      public QualifiedPath getUser()
    • getShelveTime

      public Date getShelveTime()
    • getExpiration

      public Date getExpiration()
    • getHitCount

      public int getHitCount()
    • incrementHitCount

      public void incrementHitCount()
    • isExpired

      public boolean isExpired()
    • toString

      public String toString()
      Overrides:
      toString in class Object