public class XPFAddress extends XPFEntity
| Constructor and Description | 
|---|
XPFAddress(@NonNull String street1,
          String street2,
          String street3,
          @NonNull String city,
          @NonNull String country,
          String subCountry,
          @NonNull String zipOrPostalCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull String | 
getCity()
The city. 
 | 
@NonNull String | 
getCountry()
The ISO3166 country code. 
 | 
@NonNull String | 
getStreet1()
Line 1 of the street address. 
 | 
String | 
getStreet2()
Line 2 of the street address. 
 | 
String | 
getStreet3()
Line 3 of the street address. 
 | 
String | 
getSubCountry()
The province or state code. 
 | 
@NonNull String | 
getZipOrPostalCode()
The zip code or postal code. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomData@NonNull public @NonNull String getStreet1()
public String getStreet2()
public String getStreet3()
@NonNull public @NonNull String getCity()
@NonNull public @NonNull String getCountry()
public String getSubCountry()
@NonNull public @NonNull String getZipOrPostalCode()
Copyright © 2024. All rights reserved.