Package com.stripe.model.v2.commerce
Class ProductCatalogImport.StatusDetails.SucceededWithErrors
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.commerce.ProductCatalogImport.StatusDetails.SucceededWithErrors
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ProductCatalogImport.StatusDetails
Details when the import completed but some records failed to process.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA file containing details about all errors that occurred.static classFor more details about Sample, 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 booleanbooleaninthashCode()voidsetErrorCount(Long errorCount) voidvoidvoidsetSuccessCount(Long successCount) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SucceededWithErrors
public SucceededWithErrors()
-
-
Method Details
-
getErrorCount
-
getErrorFile
-
getSamples
-
getSuccessCount
-
setErrorCount
-
setErrorFile
public void setErrorFile(ProductCatalogImport.StatusDetails.SucceededWithErrors.ErrorFile errorFile) -
setSamples
-
setSuccessCount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-