Package com.stripe.model.v2.reporting
Class ReportRun.Result
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.Result
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReportRun
Details how to retrieve the results of a successfully completed
ReportRun.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContains metadata about the file produced by theReportRun, including its content type, size, and a URL to download its contents. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetFile()Contains metadata about the file produced by theReportRun, including its content type, size, and a URL to download its contents.getType()The type of theReportRunresult.inthashCode()voidsetFile(ReportRun.Result.File file) Contains metadata about the file produced by theReportRun, including its content type, size, and a URL to download its contents.voidThe type of theReportRunresult.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getFile
Contains metadata about the file produced by theReportRun, including its content type, size, and a URL to download its contents. -
getType
The type of theReportRunresult.Equal to
file. -
setFile
Contains metadata about the file produced by theReportRun, including its content type, size, and a URL to download its contents. -
setType
The type of theReportRunresult.Equal to
file. -
equals
-
canEqual
-
hashCode
public int hashCode()
-