Interface Feedback

  • All Known Implementing Classes:
    FeedbackImpl

    public interface Feedback
    • Method Detail

      • getKey

        long getKey()
        Gets the key.
        Returns:
        the key.
      • getName

        java.lang.String getName()
        Gets the name.
        Returns:
        the name.
      • getMetric

        Metric getMetric()
        Gets the Metric on which the feedback is based on.
        Returns:
        the metric.
      • getMessages

        java.util.List<java.lang.String> getMessages()
        Gets a list of different message options for the feedback.
        Returns:
        the list of messages.
      • getImportance

        FeedbackImportance getImportance()
        Gets the importance category of the feedback.
        Returns:
        the feedback importance.