Package com.stripe.model.v2.commerce
Class ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.commerce.ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ProductCatalogImport.StatusDetails.SucceededWithErrors
public static class ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile
extends StripeObject
A file containing details about all errors that occurred.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe pre-signed URL information for downloading the error file. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetSize()inthashCode()voidsetContentType(String contentType) voidsetDownloadUrl(ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile.DownloadUrl downloadUrl) voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ErrorFile
public ErrorFile()
-
-
Method Details
-
getContentType
-
getDownloadUrl
public ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile.DownloadUrl getDownloadUrl() -
getSize
-
setContentType
-
setDownloadUrl
public void setDownloadUrl(ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile.DownloadUrl downloadUrl) -
setSize
-
equals
-
canEqual
-
hashCode
public int hashCode()
-