-
public class Address
-
-
Method Summary
Modifier and Type Method Description StringgetCountry()voidsetCountry(@Nullable() String country)StringgetFormatted()voidsetFormatted(@Nullable() String formatted)StringgetLocality()voidsetLocality(@Nullable() String locality)StringgetPostalCode()voidsetPostalCode(@Nullable() String postalCode)StringgetRegion()voidsetRegion(@Nullable() String region)StringgetStreetAddress()voidsetStreetAddress(@Nullable() String streetAddress)-
-
Method Detail
-
getCountry
@Nullable() String getCountry()
-
setCountry
void setCountry(@Nullable() String country)
-
getFormatted
@Nullable() String getFormatted()
-
setFormatted
void setFormatted(@Nullable() String formatted)
-
getLocality
@Nullable() String getLocality()
-
setLocality
void setLocality(@Nullable() String locality)
-
getPostalCode
@Nullable() String getPostalCode()
-
setPostalCode
void setPostalCode(@Nullable() String postalCode)
-
getStreetAddress
@Nullable() String getStreetAddress()
-
setStreetAddress
void setStreetAddress(@Nullable() String streetAddress)
-
-
-
-