Package com.oracle.bmc.ospgateway.model
Class Country
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.ospgateway.model.Country
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20191001") public final class Country extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelCountry details model
 Note: Objects should always be created or deserialized using theCountry.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the Country.Builder, which maintain a set of all explicitly set fields calledCountry.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCountry.Builder
 - 
Constructor SummaryConstructors Constructor Description Country(BigDecimal countryId, String countryCode, String countryName, BigDecimal languageId, String ascii3CountryCode)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Country.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAscii3CountryCode()Country code in ISO-3166-1 3-letter formatStringgetCountryCode()Country code in ISO-3166-1 2-letter formatBigDecimalgetCountryId()Indentifier of the country.StringgetCountryName()Name of the countryBigDecimalgetLanguageId()Language identifierinthashCode()Country.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
Country@Deprecated @ConstructorProperties({"countryId","countryCode","countryName","languageId","ascii3CountryCode"}) public Country(BigDecimal countryId, String countryCode, String countryName, BigDecimal languageId, String ascii3CountryCode) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static Country.Builder builder() Create a new builder.
 - 
toBuilderpublic Country.Builder toBuilder() 
 - 
getCountryIdpublic BigDecimal getCountryId() Indentifier of the country.This is a DB side unique id which was generated when the entity was created in the table - Returns:
- the value
 
 - 
getCountryCodepublic String getCountryCode() Country code in ISO-3166-1 2-letter format- Returns:
- the value
 
 - 
getCountryNamepublic String getCountryName() Name of the country- Returns:
- the value
 
 - 
getLanguageIdpublic BigDecimal getLanguageId() Language identifier- Returns:
- the value
 
 - 
getAscii3CountryCodepublic String getAscii3CountryCode() Country code in ISO-3166-1 3-letter format- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-