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
For more details about Result, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about File, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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 theReportRun
result.int
hashCode()
void
setFile
(ReportRun.Result.File file) Contains metadata about the file produced by theReportRun
, including its content type, size, and a URL to download its contents.void
The type of theReportRun
result.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 theReportRun
result.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 theReportRun
result.Equal to
file
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-