Class ProductCatalogImport.StatusDetails.SucceededWithErrors.Sample

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.commerce.ProductCatalogImport.StatusDetails.SucceededWithErrors.Sample
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
ProductCatalogImport.StatusDetails.SucceededWithErrors

public static class ProductCatalogImport.StatusDetails.SucceededWithErrors.Sample extends StripeObject implements HasId
For more details about Sample, please refer to the API Reference.
  • Constructor Details

    • Sample

      public Sample()
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
    • getField

      public String getField()
    • getRow

      public Long getRow()
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • setField

      public void setField(String field)
    • setId

      public void setId(String id)
    • setRow

      public void setRow(Long row)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
      Specified by:
      getId in interface HasId