Class Request.RequestContext

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

public static class Request.RequestContext extends StripeObject
Metadata about the forwarded request.
  • Constructor Details

    • RequestContext

      public RequestContext()
  • Method Details

    • getDestinationDuration

      public Long getDestinationDuration()
      The time it took in milliseconds for the destination endpoint to respond.
    • getDestinationIpAddress

      public String getDestinationIpAddress()
      The IP address of the destination.
    • setDestinationDuration

      public void setDestinationDuration(Long destinationDuration)
      The time it took in milliseconds for the destination endpoint to respond.
    • setDestinationIpAddress

      public void setDestinationIpAddress(String destinationIpAddress)
      The IP address of the destination.
    • 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