Interface MetricsSnapshotInterface

  • All Known Implementing Classes:
    MetricsSnapshot

    public interface MetricsSnapshotInterface
    • Method Detail

      • getMetric

        MetricsInterface getMetric()
        Returns:
        The metric that is being recorded, includes type, code and description
      • getDate

        Date getDate()
      • setDate

        void setDate​(Date date)
      • getSubject

        String getSubject()
      • getLogChannelId

        String getLogChannelId()
      • getValue

        Long getValue()
      • setValue

        void setValue​(Long value)
      • getKey

        String getKey()
        Calculate the key for this snapshot, usually a combination of description and subject.
        Returns:
        the key for this snapshot