Package com.stripe.model.forwarding
Class Request.ResponseDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.forwarding.Request.ResponseDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Request
Details about the response from the destination endpoint.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBody()
The response body from the destination endpoint to Stripe.HTTP headers that the destination endpoint returned.The HTTP status code that the destination endpoint returned.int
hashCode()
void
The response body from the destination endpoint to Stripe.void
setHeaders
(List<Request.ResponseDetails.Header> headers) HTTP headers that the destination endpoint returned.void
The HTTP status code that the destination endpoint returned.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ResponseDetails
public ResponseDetails()
-
-
Method Details
-
getBody
The response body from the destination endpoint to Stripe. -
getHeaders
HTTP headers that the destination endpoint returned. -
getStatus
The HTTP status code that the destination endpoint returned. -
setBody
The response body from the destination endpoint to Stripe. -
setHeaders
HTTP headers that the destination endpoint returned. -
setStatus
The HTTP status code that the destination endpoint returned. -
equals
-
canEqual
-
hashCode
public int hashCode()
-