Class ReportRun.Result

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

public static class ReportRun.Result extends StripeObject
For more details about Result, please refer to the API Reference.
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • getFile

      public ReportRun.Result.File getFile()
      Contains metadata about the file produced by the ReportRun, including its content type, size, and a URL to download its contents.
    • getType

      public String getType()
      The type of the ReportRun result.

      Equal to file.

    • setFile

      public void setFile(ReportRun.Result.File file)
      Contains metadata about the file produced by the ReportRun, including its content type, size, and a URL to download its contents.
    • setType

      public void setType(String type)
      The type of the ReportRun result.

      Equal to file.

    • 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