Package com.stripe.model.v2.commerce
Class ProductCatalogImport.StatusDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.commerce.ProductCatalogImport.StatusDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ProductCatalogImport
Details about the current import status.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDetails when the import is awaiting file upload.static classDetails when the import didn't complete.static classDetails when the import is processing.static classDetails when the import has succeeded.static classDetails when the import completed but some records failed to process. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetAwaitingUpload(ProductCatalogImport.StatusDetails.AwaitingUpload awaitingUpload) voidvoidvoidvoidsetSucceededWithErrors(ProductCatalogImport.StatusDetails.SucceededWithErrors succeededWithErrors) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StatusDetails
public StatusDetails()
-
-
Method Details
-
getAwaitingUpload
-
getFailed
-
getProcessing
-
getSucceeded
-
getSucceededWithErrors
-
setAwaitingUpload
-
setFailed
-
setProcessing
-
setSucceeded
-
setSucceededWithErrors
public void setSucceededWithErrors(ProductCatalogImport.StatusDetails.SucceededWithErrors succeededWithErrors) -
equals
-
canEqual
-
hashCode
public int hashCode()
-