public class CustomerAddressFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerAddressFilter.Builder
Class to build instances of
CustomerAddressFilter. |
| Constructor and Description |
|---|
CustomerAddressFilter(CustomerTextFilter postalCode,
String country)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountry()
Getter for Country.
|
CustomerTextFilter |
getPostalCode()
Getter for PostalCode.
|
int |
hashCode() |
CustomerAddressFilter.Builder |
toBuilder()
Builds a new
CustomerAddressFilter.Builder object. |
String |
toString()
Converts this CustomerAddressFilter into string format.
|
public CustomerAddressFilter(CustomerTextFilter postalCode, String country)
postalCode - CustomerTextFilter value for postalCode.country - String value for country.public CustomerTextFilter getPostalCode()
public String getCountry()
public String toString()
public CustomerAddressFilter.Builder toBuilder()
CustomerAddressFilter.Builder object.
Creates the instance with the state of the current model.CustomerAddressFilter.Builder objectCopyright © 2024. All rights reserved.