Package org.pac4j.oauth.profile.yahoo
Class YahooAddress
- java.lang.Object
-
- org.pac4j.oauth.profile.yahoo.YahooAddress
-
- All Implemented Interfaces:
Serializable
public final class YahooAddress extends Object implements Serializable
This class represents a Yahoo address.- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YahooAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()LocalegetCountry()BooleangetCurrent()IntegergetId()StringgetPostalCode()StringgetState()StringgetStreet()StringgetType()voidsetCity(String city)voidsetCountry(Locale country)voidsetCurrent(Boolean current)voidsetId(Integer id)voidsetPostalCode(String postalCode)voidsetState(String state)voidsetStreet(String street)voidsetType(String type)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getCurrent
public Boolean getCurrent()
-
setCurrent
public void setCurrent(Boolean current)
-
getCountry
public Locale getCountry()
-
setCountry
public void setCountry(Locale country)
-
getState
public String getState()
-
setState
public void setState(String state)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getPostalCode
public String getPostalCode()
-
setPostalCode
public void setPostalCode(String postalCode)
-
getStreet
public String getStreet()
-
setStreet
public void setStreet(String street)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-