Package com.stripe.model.identity
Class VerificationSession.VerifiedOutputs.DateOfBirth
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.identity.VerificationSession.VerifiedOutputs.DateOfBirth
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationSession.VerifiedOutputs
public static class VerificationSession.VerifiedOutputs.DateOfBirth extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description DateOfBirth()
-
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.LonggetDay()java.lang.LonggetMonth()java.lang.LonggetYear()inthashCode()voidsetDay(java.lang.Long day)voidsetMonth(java.lang.Long month)voidsetYear(java.lang.Long year)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getDay
public java.lang.Long getDay()
-
getMonth
public java.lang.Long getMonth()
-
getYear
public java.lang.Long getYear()
-
setDay
public void setDay(java.lang.Long day)
-
setMonth
public void setMonth(java.lang.Long month)
-
setYear
public void setYear(java.lang.Long year)
-
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
-
-