public class CardResponseAddress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardResponseAddress.Builder
Class to build instances of
CardResponseAddress. |
| Constructor and Description |
|---|
CardResponseAddress()
Default constructor.
|
CardResponseAddress(String countryCode,
String addressLine1,
String addressLine2,
String adminArea2,
String adminArea1,
String postalCode,
String id)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressLine1()
Getter for AddressLine1.
|
String |
getAddressLine2()
Getter for AddressLine2.
|
String |
getAdminArea1()
Getter for AdminArea1.
|
String |
getAdminArea2()
Getter for AdminArea2.
|
String |
getCountryCode()
Getter for CountryCode.
|
String |
getId()
Getter for Id.
|
String |
getPostalCode()
Getter for PostalCode.
|
void |
setAddressLine1(String addressLine1)
Setter for AddressLine1.
|
void |
setAddressLine2(String addressLine2)
Setter for AddressLine2.
|
void |
setAdminArea1(String adminArea1)
Setter for AdminArea1.
|
void |
setAdminArea2(String adminArea2)
Setter for AdminArea2.
|
void |
setCountryCode(String countryCode)
Setter for CountryCode.
|
void |
setId(String id)
Setter for Id.
|
void |
setPostalCode(String postalCode)
Setter for PostalCode.
|
CardResponseAddress.Builder |
toBuilder()
Builds a new
CardResponseAddress.Builder object. |
String |
toString()
Converts this CardResponseAddress into string format.
|
public CardResponseAddress()
public CardResponseAddress(String countryCode, String addressLine1, String addressLine2, String adminArea2, String adminArea1, String postalCode, String id)
countryCode - String value for countryCode.addressLine1 - String value for addressLine1.addressLine2 - String value for addressLine2.adminArea2 - String value for adminArea2.adminArea1 - String value for adminArea1.postalCode - String value for postalCode.id - String value for id.public String getAddressLine1()
public void setAddressLine1(String addressLine1)
addressLine1 - Value for Stringpublic String getAddressLine2()
public void setAddressLine2(String addressLine2)
addressLine2 - Value for Stringpublic String getAdminArea2()
public void setAdminArea2(String adminArea2)
adminArea2 - Value for Stringpublic String getAdminArea1()
public void setAdminArea1(String adminArea1)
adminArea1 - Value for Stringpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - Value for Stringpublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - Value for Stringpublic String getId()
public void setId(String id)
id - Value for Stringpublic String toString()
public CardResponseAddress.Builder toBuilder()
CardResponseAddress.Builder object.
Creates the instance with the state of the current model.CardResponseAddress.Builder objectCopyright © 2025. All rights reserved.