Class RequestOptions


  • public class RequestOptions
    extends java.lang.Object
    • Method Detail

      • getApiKey

        public java.lang.String getApiKey()
      • getClientId

        public java.lang.String getClientId()
      • getIdempotencyKey

        public java.lang.String getIdempotencyKey()
      • getStripeAccount

        public java.lang.String getStripeAccount()
      • getStripeVersion

        public java.lang.String getStripeVersion()
      • getStripeVersionOverride

        public java.lang.String getStripeVersionOverride()
      • getReadTimeout

        public int getReadTimeout()
      • getConnectTimeout

        public int getConnectTimeout()
      • getMaxNetworkRetries

        public int getMaxNetworkRetries()
      • getConnectionProxy

        public java.net.Proxy getConnectionProxy()
      • getProxyCredential

        public java.net.PasswordAuthentication getProxyCredential()
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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