Class Request.ResponseDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.forwarding.Request.ResponseDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Request

public static class Request.ResponseDetails extends StripeObject
Details about the response from the destination endpoint.
  • Constructor Details

    • ResponseDetails

      public ResponseDetails()
  • Method Details

    • getBody

      public String getBody()
      The response body from the destination endpoint to Stripe.
    • getHeaders

      public List<Request.ResponseDetails.Header> getHeaders()
      HTTP headers that the destination endpoint returned.
    • getStatus

      public Long getStatus()
      The HTTP status code that the destination endpoint returned.
    • setBody

      public void setBody(String body)
      The response body from the destination endpoint to Stripe.
    • setHeaders

      public void setHeaders(List<Request.ResponseDetails.Header> headers)
      HTTP headers that the destination endpoint returned.
    • setStatus

      public void setStatus(Long status)
      The HTTP status code that the destination endpoint returned.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object