Package org.pac4j.oauth.profile.yahoo
Class YahooAddress
java.lang.Object
org.pac4j.oauth.profile.yahoo.YahooAddress
- All Implemented Interfaces:
Serializable
This class represents a Yahoo address.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Getter for the fieldcity.Getter for the fieldcountry.Getter for the fieldcurrent.getId()Getter for the fieldid.Getter for the fieldpostalCode.getState()Getter for the fieldstate.Getter for the fieldstreet.getType()Getter for the fieldtype.voidSetter for the fieldcity.voidsetCountry(Locale country) Setter for the fieldcountry.voidsetCurrent(Boolean current) Setter for the fieldcurrent.voidSetter for the fieldid.voidsetPostalCode(String postalCode) Setter for the fieldpostalCode.voidSetter for the fieldstate.voidSetter for the fieldstreet.voidSetter for the fieldtype.
-
Constructor Details
-
YahooAddress
public YahooAddress()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Integerobject
-
setId
Setter for the field
id.- Parameters:
id- aIntegerobject
-
getCurrent
Getter for the field
current.- Returns:
- a
Booleanobject
-
setCurrent
Setter for the field
current.- Parameters:
current- aBooleanobject
-
getCountry
Getter for the field
country.- Returns:
- a
Localeobject
-
setCountry
Setter for the field
country.- Parameters:
country- aLocaleobject
-
getState
Getter for the field
state.- Returns:
- a
Stringobject
-
setState
Setter for the field
state.- Parameters:
state- aStringobject
-
getCity
Getter for the field
city.- Returns:
- a
Stringobject
-
setCity
Setter for the field
city.- Parameters:
city- aStringobject
-
getPostalCode
Getter for the field
postalCode.- Returns:
- a
Stringobject
-
setPostalCode
Setter for the field
postalCode.- Parameters:
postalCode- aStringobject
-
getStreet
Getter for the field
street.- Returns:
- a
Stringobject
-
setStreet
Setter for the field
street.- Parameters:
street- aStringobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-