Class YahooAddress

    • Constructor Detail

      • YahooAddress

        public YahooAddress()
    • Method Detail

      • 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)