Package com.stripe.model.privacy
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.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
Unique identifier for the object.Erroring object type.int
hashCode()
void
Unique identifier for the object.void
setObjectType
(String objectType) Erroring object type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ErroringObject
public ErroringObject()
-
-
Method Details
-
getObjectType
Erroring object type. -
setId
Unique identifier for the object. -
setObjectType
Erroring object type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-