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:
  • Constructor Details

    • YahooAddress

      public YahooAddress()
  • Method Details

    • getId

      public Integer getId()

      Getter for the field id.

      Returns:
      a Integer object
    • setId

      public void setId(Integer id)

      Setter for the field id.

      Parameters:
      id - a Integer object
    • getCurrent

      public Boolean getCurrent()

      Getter for the field current.

      Returns:
      a Boolean object
    • setCurrent

      public void setCurrent(Boolean current)

      Setter for the field current.

      Parameters:
      current - a Boolean object
    • getCountry

      public Locale getCountry()

      Getter for the field country.

      Returns:
      a Locale object
    • setCountry

      public void setCountry(Locale country)

      Setter for the field country.

      Parameters:
      country - a Locale object
    • getState

      public String getState()

      Getter for the field state.

      Returns:
      a String object
    • setState

      public void setState(String state)

      Setter for the field state.

      Parameters:
      state - a String object
    • getCity

      public String getCity()

      Getter for the field city.

      Returns:
      a String object
    • setCity

      public void setCity(String city)

      Setter for the field city.

      Parameters:
      city - a String object
    • getPostalCode

      public String getPostalCode()

      Getter for the field postalCode.

      Returns:
      a String object
    • setPostalCode

      public void setPostalCode(String postalCode)

      Setter for the field postalCode.

      Parameters:
      postalCode - a String object
    • getStreet

      public String getStreet()

      Getter for the field street.

      Returns:
      a String object
    • setStreet

      public void setStreet(String street)

      Setter for the field street.

      Parameters:
      street - a String object
    • getType

      public String getType()

      Getter for the field type.

      Returns:
      a String object
    • setType

      public void setType(String type)

      Setter for the field type.

      Parameters:
      type - a String object