Class CustomerRetry


  • public final class CustomerRetry
    extends java.lang.Object
    • Constructor Detail

      • CustomerRetry

        public CustomerRetry()
      • CustomerRetry

        public CustomerRetry​(java.lang.Long maxAttempts)
        Creates a new CustomerRetry instance.
        Parameters:
        maxAttempts - Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.
    • Method Detail

      • getMaxAttempts

        public java.lang.Long getMaxAttempts()
        Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.
      • setMaxAttempts

        public void setMaxAttempts​(java.lang.Long maxAttempts)
        Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object