Class FeedbackSummary

    • Method Detail

      • fromJson

        public static FeedbackSummary fromJson​(String json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a FeedbackSummary object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        FeedbackSummary object represented by the provided JSON
      • fromJson

        public static FeedbackSummary fromJson​(InputStream json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a FeedbackSummary object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        FeedbackSummary object represented by the provided JSON
      • getAccountSid

        public final String getAccountSid()
      • getCallCount

        public final Integer getCallCount()
      • getCallFeedbackCount

        public final Integer getCallFeedbackCount()
      • getEndDate

        public final LocalDate getEndDate()
      • getIncludeSubaccounts

        public final Boolean getIncludeSubaccounts()
      • getQualityScoreAverage

        public final BigDecimal getQualityScoreAverage()
      • getQualityScoreMedian

        public final BigDecimal getQualityScoreMedian()
      • getQualityScoreStandardDeviation

        public final BigDecimal getQualityScoreStandardDeviation()
      • getSid

        public final String getSid()
      • getStartDate

        public final LocalDate getStartDate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object