Class RedactionJobValidationError.ErroringObject

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.privacy.RedactionJobValidationError.ErroringObject
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
RedactionJobValidationError

public static class RedactionJobValidationError.ErroringObject extends StripeObject implements HasId
If a Redaction Job Validation Error occurred because of a specific object, this will contain its identifier and object type.
  • Constructor Details

    • ErroringObject

      public ErroringObject()
  • Method Details

    • getObjectType

      public String getObjectType()
      Erroring object type.
    • setId

      public void setId(String id)
      Unique identifier for the object.
    • setObjectType

      public void setObjectType(String objectType)
      Erroring object type.
    • 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()
      Unique identifier for the object.
      Specified by:
      getId in interface HasId