public static class Person.DateOfBirth extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
DateOfBirth() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getDay()
The day of birth, between 1 and 31.
|
java.lang.Long |
getMonth()
The month of birth, between 1 and 12.
|
java.lang.Long |
getYear()
The four-digit year of birth.
|
int |
hashCode() |
void |
setDay(java.lang.Long day)
The day of birth, between 1 and 31.
|
void |
setMonth(java.lang.Long month)
The month of birth, between 1 and 12.
|
void |
setYear(java.lang.Long year)
The four-digit year of birth.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.Long getDay()
public java.lang.Long getMonth()
public java.lang.Long getYear()
public void setDay(java.lang.Long day)
public void setMonth(java.lang.Long month)
public void setYear(java.lang.Long year)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object