Class CountryCode
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CountryCode
-
public class CountryCode extends java.lang.ObjectCountryCodeThe country code where the bank is located
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCountryCode.Builder
-
Constructor Summary
Constructors Constructor Description CountryCode()CountryCode(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CountryCode.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsValue>value()The ISO3166-1 Alpha2 Code of the CountryCountryCodewithSourceValue(HRISBankDetailsSourceValue sourceValue)CountryCodewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsSourceValue> sourceValue)CountryCodewithValue(HRISBankDetailsValue value)The ISO3166-1 Alpha2 Code of the CountryCountryCodewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsValue> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Constructor Detail
-
CountryCode
public CountryCode(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsSourceValue> sourceValue)
-
CountryCode
public CountryCode()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsSourceValue> sourceValue()
-
builder
public static CountryCode.Builder builder()
-
withValue
public CountryCode withValue(HRISBankDetailsValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public CountryCode withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public CountryCode withSourceValue(HRISBankDetailsSourceValue sourceValue)
-
withSourceValue
public CountryCode withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsSourceValue> 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
-
-