Class ReportRun.Result.File.DownloadUrl

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.Result.File.DownloadUrl
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReportRun.Result.File

public static class ReportRun.Result.File.DownloadUrl extends StripeObject
For more details about DownloadUrl, please refer to the API Reference.
  • 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