Class VerificationAttemptsSummary

    • Method Detail

      • fromJson

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

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

        public final Integer getTotalAttempts()
      • getTotalConverted

        public final Integer getTotalConverted()
      • getTotalUnconverted

        public final Integer getTotalUnconverted()
      • getConversionRatePercentage

        public final BigDecimal getConversionRatePercentage()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object