@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class BeaconUserAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_POSTAL_CODE |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_STREET |
static String |
SERIALIZED_NAME_STREET2 |
| Constructor and Description |
|---|
BeaconUserAddress() |
| Modifier and Type | Method and Description |
|---|---|
BeaconUserAddress |
city(String city) |
BeaconUserAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
City from the end user's address
|
String |
getCountry()
Valid, capitalized, two-letter ISO code representing the country of this object.
|
String |
getPostalCode()
The postal code for the associated address.
|
String |
getRegion()
An ISO 3166-2 subdivision code.
|
String |
getStreet()
The primary street portion of an address.
|
String |
getStreet2()
Extra street information, like an apartment or suite number.
|
int |
hashCode() |
BeaconUserAddress |
postalCode(String postalCode) |
BeaconUserAddress |
region(String region) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreet(String street) |
void |
setStreet2(String street2) |
BeaconUserAddress |
street(String street) |
BeaconUserAddress |
street2(String street2) |
String |
toString() |
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_STREET2
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_COUNTRY
public BeaconUserAddress street(String street)
public String getStreet()
public void setStreet(String street)
public BeaconUserAddress street2(String street2)
@Nullable public String getStreet2()
public void setStreet2(String street2)
public BeaconUserAddress city(String city)
public String getCity()
public void setCity(String city)
public BeaconUserAddress region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public BeaconUserAddress postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
public BeaconUserAddress country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.