public class WhatsAppAddressContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_COUNTRY_CODE |
static String |
SERIALIZED_NAME_STATE |
static String |
SERIALIZED_NAME_STREET |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_ZIP |
| Constructor and Description |
|---|
WhatsAppAddressContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppAddressContent |
city(String city) |
WhatsAppAddressContent |
country(String country) |
WhatsAppAddressContent |
countryCode(String countryCode) |
boolean |
equals(Object o) |
String |
getCity()
City name.
|
String |
getCountry()
Country name.
|
String |
getCountryCode()
Country code value.
|
String |
getState()
State name.
|
String |
getStreet()
Street name.
|
WhatsAppAddressType |
getType()
Get type
|
String |
getZip()
Zip code value.
|
int |
hashCode() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setState(String state) |
void |
setStreet(String street) |
void |
setType(WhatsAppAddressType type) |
void |
setZip(String zip) |
WhatsAppAddressContent |
state(String state) |
WhatsAppAddressContent |
street(String street) |
String |
toString() |
WhatsAppAddressContent |
type(WhatsAppAddressType type) |
WhatsAppAddressContent |
zip(String zip) |
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_ZIP
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_COUNTRY_CODE
public static final String SERIALIZED_NAME_TYPE
public WhatsAppAddressContent street(String street)
public String getStreet()
public void setStreet(String street)
public WhatsAppAddressContent city(String city)
public String getCity()
public void setCity(String city)
public WhatsAppAddressContent state(String state)
public String getState()
public void setState(String state)
public WhatsAppAddressContent zip(String zip)
public String getZip()
public void setZip(String zip)
public WhatsAppAddressContent country(String country)
public String getCountry()
public void setCountry(String country)
public WhatsAppAddressContent countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public WhatsAppAddressContent type(WhatsAppAddressType type)
public WhatsAppAddressType getType()
public void setType(WhatsAppAddressType type)
Copyright © 2022. All rights reserved.