Class CountryCodeEnum


  • public class CountryCodeEnum
    extends java.lang.Object
    • Constructor Detail

      • CountryCodeEnum

        public CountryCodeEnum​(org.openapitools.jackson.nullable.JsonNullable<? extends Value> value,
                               org.openapitools.jackson.nullable.JsonNullable<? extends SourceValue> sourceValue)
      • CountryCodeEnum

        public CountryCodeEnum()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<Value> value()
        The ISO3166-1 Alpha2 Code of the Country
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<SourceValue> sourceValue()
      • withValue

        public CountryCodeEnum withValue​(Value value)
        The ISO3166-1 Alpha2 Code of the Country
      • withValue

        public CountryCodeEnum withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends Value> value)
        The ISO3166-1 Alpha2 Code of the Country
      • withSourceValue

        public CountryCodeEnum withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends SourceValue> sourceValue)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object