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, getVersion
public 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 BaseEntity
public int hashCode()
hashCode
in class BaseEntity
public String toString()
toString
in class BaseEntity
Copyright © 2023. All rights reserved.