Class ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile.DownloadUrl

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.commerce.ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile.DownloadUrl
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile

public static class ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile.DownloadUrl extends StripeObject
The pre-signed URL information for downloading the error file.
  • Constructor Details

    • DownloadUrl

      public DownloadUrl()
  • Method Details

    • getExpiresAt

      public Instant getExpiresAt()
    • getUrl

      public String getUrl()
    • setExpiresAt

      public void setExpiresAt(Instant expiresAt)
    • setUrl

      public void setUrl(String url)
    • 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