public class CountryCode extends PayPalModel
| Constructor and Description |
|---|
CountryCode()
Default Constructor
|
CountryCode(java.lang.String countryCode)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCountryCode()
ISO country code based on 2-character IS0-3166-1 codes.
|
int |
hashCode() |
CountryCode |
setCountryCode(java.lang.String countryCode)
ISO country code based on 2-character IS0-3166-1 codes.
|
toJSON, toStringpublic CountryCode()
public CountryCode(java.lang.String countryCode)
public java.lang.String getCountryCode()
public CountryCode setCountryCode(java.lang.String countryCode)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel