Package com.stripe.model.identity
Class VerificationSession.Redaction
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.identity.VerificationSession.Redaction
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationSession
public static class VerificationSession.Redaction extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Redaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetStatus()Indicates whether this object and its related objects have been redacted or not.inthashCode()voidsetStatus(java.lang.String status)Indicates whether this object and its related objects have been redacted or not.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Indicates whether this object and its related objects have been redacted or not.One of
processing, orredacted.
-
setStatus
public void setStatus(java.lang.String status)
Indicates whether this object and its related objects have been redacted or not.One of
processing, orredacted.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-