Class CountryIsoCodes


  • @Generated("jsonschema2pojo")
    public class CountryIsoCodes
    extends Object
    Country ISO Codes

    The valid list of ISO 3166 country codes.

    • 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 country ISO code.")
        private String id
        ID

        The global identifier of the country ISO code. (Required)

      • title

        @JsonPropertyDescription("The full name of the country represented by the ISO code.")
        private String title
        Title

        The full name of the country represented by the ISO code. (Required)

      • isoCode

        @JsonPropertyDescription("The 3-character ISO 3166-1 code associated with the country.")
        private String isoCode
        ISO Code

        The 3-character ISO 3166-1 code associated with the country. (Required)

      • status

        @JsonPropertyDescription("An indicator as to whether the ISO code is currently in use or was previously used to represent a country.")
        private CountryIsoCodes.Status status
        Status

        An indicator as to whether the ISO code is currently in use or was previously used to represent a country. (Required)

    • Constructor Detail

      • CountryIsoCodes

        public CountryIsoCodes()
    • 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 country ISO code. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the country ISO code. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the country represented by the ISO code. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the country represented by the ISO code. (Required)

      • getIsoCode

        public String getIsoCode()
        ISO Code

        The 3-character ISO 3166-1 code associated with the country. (Required)

      • setIsoCode

        public void setIsoCode​(String isoCode)
        ISO Code

        The 3-character ISO 3166-1 code associated with the country. (Required)

      • getStatus

        public CountryIsoCodes.Status getStatus()
        Status

        An indicator as to whether the ISO code is currently in use or was previously used to represent a country. (Required)

      • setStatus

        public void setStatus​(CountryIsoCodes.Status status)
        Status

        An indicator as to whether the ISO code is currently in use or was previously used to represent a country. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object