Class ProviderError


  • public class ProviderError
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ProviderError.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProviderError()  
      ProviderError​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<? extends Raw> raw, org.openapitools.jackson.nullable.JsonNullable<? extends Headers> headers)  
    • Constructor Detail

      • ProviderError

        public ProviderError​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status,
                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url,
                             org.openapitools.jackson.nullable.JsonNullable<? extends Raw> raw,
                             org.openapitools.jackson.nullable.JsonNullable<? extends Headers> headers)
      • ProviderError

        public ProviderError()
    • Method Detail

      • status

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status()
        HTTP status code of the provider error
      • url

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
        URL that caused the error
      • raw

        public org.openapitools.jackson.nullable.JsonNullable<Raw> raw()
        Raw error response from the provider
      • headers

        public org.openapitools.jackson.nullable.JsonNullable<Headers> headers()
        Response headers
      • withStatus

        public ProviderError withStatus​(double status)
        HTTP status code of the provider error
      • withStatus

        public ProviderError withStatus​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
        HTTP status code of the provider error
      • withUrl

        public ProviderError withUrl​(java.lang.String url)
        URL that caused the error
      • withUrl

        public ProviderError withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
        URL that caused the error
      • withRaw

        public ProviderError withRaw​(Raw raw)
        Raw error response from the provider
      • withRaw

        public ProviderError withRaw​(org.openapitools.jackson.nullable.JsonNullable<? extends Raw> raw)
        Raw error response from the provider
      • withHeaders

        public ProviderError withHeaders​(org.openapitools.jackson.nullable.JsonNullable<? extends Headers> headers)
        Response headers
      • 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