@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class TransferPlatformPersonAddress 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 |
---|
TransferPlatformPersonAddress() |
Modifier and Type | Method and Description |
---|---|
TransferPlatformPersonAddress |
city(String city) |
TransferPlatformPersonAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
The full city name.
|
String |
getCountry()
Valid, capitalized, two-letter ISO code representing the country of this object.
|
String |
getPostalCode()
The postal code of the 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() |
TransferPlatformPersonAddress |
postalCode(String postalCode) |
TransferPlatformPersonAddress |
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) |
TransferPlatformPersonAddress |
street(String street) |
TransferPlatformPersonAddress |
street2(String street2) |
String |
toString() |
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_STREET2
public TransferPlatformPersonAddress city(String city)
public String getCity()
public void setCity(String city)
public TransferPlatformPersonAddress country(String country)
public String getCountry()
public void setCountry(String country)
public TransferPlatformPersonAddress postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public TransferPlatformPersonAddress region(String region)
public String getRegion()
public void setRegion(String region)
public TransferPlatformPersonAddress street(String street)
public String getStreet()
public void setStreet(String street)
public TransferPlatformPersonAddress street2(String street2)
@Nullable public String getStreet2()
public void setStreet2(String street2)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.