Class Addresses


  • @Generated("jsonschema2pojo")
    public class Addresses
    extends Object
    Addresses

    The place where a person, organization, or the like is located or may be reached.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the address.")
        private String id
        ID

        The global identifier of the address. (Required)

      • code

        @JsonPropertyDescription("A code used to uniquely identify the address type instance.")
        private String code
        Code

        A code used to uniquely identify the address type instance.

      • addressLines

        @JsonPropertyDescription("The address lines of the address, such as a street address, post office box number, or city, region, and postal code.")
        private List<String> addressLines
        Address

        The address lines of the address, such as a street address, post office box number, or city, region, and postal code. (Required)

      • place

        @JsonPropertyDescription("A country specific postal region.  Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes")
        private Object place
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes

      • latitude

        @JsonPropertyDescription("The latitude of the location.")
        private Object latitude
        Latitude

        The latitude of the location.

      • longitude

        @JsonPropertyDescription("The longitude of the location.")
        private Object longitude
        Longitude

        The longitude of the location.

      • geographicAreas

        @JsonPropertyDescription("The geographic areas assigned to this location.")
        private List<GeographicArea> geographicAreas
        Geographic Areas

        The geographic areas assigned to this location.

    • Constructor Detail

      • Addresses

        public Addresses()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the address. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the address. (Required)

      • getCode

        public String getCode()
        Code

        A code used to uniquely identify the address type instance.

      • setCode

        public void setCode​(String code)
        Code

        A code used to uniquely identify the address type instance.

      • getAddressLines

        public List<String> getAddressLines()
        Address

        The address lines of the address, such as a street address, post office box number, or city, region, and postal code. (Required)

      • setAddressLines

        public void setAddressLines​(List<String> addressLines)
        Address

        The address lines of the address, such as a street address, post office box number, or city, region, and postal code. (Required)

      • getPlace

        public Object getPlace()
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes

      • setPlace

        public void setPlace​(Object place)
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes

      • getLatitude

        public Object getLatitude()
        Latitude

        The latitude of the location.

      • setLatitude

        public void setLatitude​(Object latitude)
        Latitude

        The latitude of the location.

      • getLongitude

        public Object getLongitude()
        Longitude

        The longitude of the location.

      • setLongitude

        public void setLongitude​(Object longitude)
        Longitude

        The longitude of the location.

      • getGeographicAreas

        public List<GeographicArea> getGeographicAreas()
        Geographic Areas

        The geographic areas assigned to this location.

      • setGeographicAreas

        public void setGeographicAreas​(List<GeographicArea> geographicAreas)
        Geographic Areas

        The geographic areas assigned to this location.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object