Class Country
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Country
-
public class Country extends java.lang.ObjectCountryThe country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCountry.Builder
-
Constructor Summary
Constructors Constructor Description Country()Country(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountrySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Country.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelCountrySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelCountryValue>value()The ISO3166-1 Alpha2 Code of the CountryCountrywithSourceValue(NationalIdentityNumberApiModelCountrySourceValue sourceValue)CountrywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountrySourceValue> sourceValue)CountrywithValue(NationalIdentityNumberApiModelCountryValue value)The ISO3166-1 Alpha2 Code of the CountryCountrywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountryValue> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Constructor Detail
-
Country
public Country(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountrySourceValue> sourceValue)
-
Country
public Country()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelCountryValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelCountrySourceValue> sourceValue()
-
builder
public static final Country.Builder builder()
-
withValue
public Country withValue(NationalIdentityNumberApiModelCountryValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public Country withValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountryValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public Country withSourceValue(NationalIdentityNumberApiModelCountrySourceValue sourceValue)
-
withSourceValue
public Country withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountrySourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-