Class Address
- java.lang.Object
-
- org.apache.camel.component.whatsapp.model.Address
-
public class Address extends Object
-
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()StringgetCountry()StringgetCountryCode()StringgetState()StringgetStreet()StringgetType()StringgetZip()voidsetCity(String city)voidsetCountry(String country)voidsetCountryCode(String countryCode)voidsetState(String state)voidsetStreet(String street)voidsetType(String type)voidsetZip(String zip)
-
-
-
Method Detail
-
getStreet
public String getStreet()
-
setStreet
public void setStreet(String street)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getState
public String getState()
-
setState
public void setState(String state)
-
getZip
public String getZip()
-
setZip
public void setZip(String zip)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-