Class NationalIdentityNumberApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.NationalIdentityNumberApiModel
-
public class NationalIdentityNumberApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNationalIdentityNumberApiModel.Builder
-
Constructor Summary
Constructors Constructor Description NationalIdentityNumberApiModel()NationalIdentityNumberApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelType> type, org.openapitools.jackson.nullable.JsonNullable<? extends Country> country)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NationalIdentityNumberApiModel.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<Country>country()The country codebooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelType>type()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()NationalIdentityNumberApiModelwithCountry(Country country)The country codeNationalIdentityNumberApiModelwithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends Country> country)The country codeNationalIdentityNumberApiModelwithType(NationalIdentityNumberApiModelType type)NationalIdentityNumberApiModelwithType(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelType> type)NationalIdentityNumberApiModelwithValue(java.lang.String value)NationalIdentityNumberApiModelwithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
-
-
Constructor Detail
-
NationalIdentityNumberApiModel
public NationalIdentityNumberApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelType> type, org.openapitools.jackson.nullable.JsonNullable<? extends Country> country)
-
NationalIdentityNumberApiModel
public NationalIdentityNumberApiModel()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
-
type
public org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelType> type()
-
country
public org.openapitools.jackson.nullable.JsonNullable<Country> country()
The country code
-
builder
public static final NationalIdentityNumberApiModel.Builder builder()
-
withValue
public NationalIdentityNumberApiModel withValue(java.lang.String value)
-
withValue
public NationalIdentityNumberApiModel withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
withType
public NationalIdentityNumberApiModel withType(NationalIdentityNumberApiModelType type)
-
withType
public NationalIdentityNumberApiModel withType(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelType> type)
-
withCountry
public NationalIdentityNumberApiModel withCountry(Country country)
The country code
-
withCountry
public NationalIdentityNumberApiModel withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends Country> country)
The country code
-
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
-
-