public final class PostalAddress extends BaseEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
PostalAddress.Builder |
type, version| Modifier and Type | Method and Description |
|---|---|
static PostalAddress.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCountry()
country
|
String |
getLocality()
locality/city
|
String |
getPostalCode()
postal/zip code
|
String |
getRegion()
state/region
|
String |
getStreetAddress()
street address
|
int |
hashCode() |
String |
toString() |
getType, getVersionpublic static PostalAddress.Builder builder()
public String getStreetAddress()
public String getLocality()
public String getRegion()
public String getPostalCode()
public String getCountry()
public boolean equals(Object o)
equals in class BaseEntitypublic int hashCode()
hashCode in class BaseEntitypublic String toString()
toString in class BaseEntityCopyright © 2023. All rights reserved.