Package com.stripe.model.v2.reporting
Class ReportRun.ResultOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.ResultOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReportRun
For more details about ResultOptions, 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
If set, the generated report file will be compressed into a ZIP folder.int
hashCode()
void
setCompressFile
(Boolean compressFile) If set, the generated report file will be compressed into a ZIP folder.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ResultOptions
public ResultOptions()
-
-
Method Details
-
getCompressFile
If set, the generated report file will be compressed into a ZIP folder. This is useful for reducing file size and download time for large reports. -
setCompressFile
If set, the generated report file will be compressed into a ZIP folder. This is useful for reducing file size and download time for large reports. -
equals
-
canEqual
-
hashCode
public int hashCode()
-