Class FeedbackIssue


  • public class FeedbackIssue
    extends Object
    Representation of a Feedback Issue.

    For more information see: Feedback docs

    • Constructor Detail

      • FeedbackIssue

        public FeedbackIssue​(int count,
                             String description,
                             String percentageOfTotalCalls)
        Initialize a FeedbackIssue.
        Parameters:
        count - number of times reported
        description - description of issue
        percentageOfTotalCalls - percentage of affected calls
    • Method Detail

      • getCount

        public int getCount()
      • getDescription

        public String getDescription()
      • getPercentageOfTotalCalls

        public String getPercentageOfTotalCalls()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object