CountryMaster

public final class CountryMaster

Parameters

countryCode

This includes the Country code (e.g. : "AFG", "ALA", etc.)

countryName

This includes the Country name(e.g. : "Afghanistan", "Aland Islands", etc.)

Constructors

Link copied to clipboard
public CountryMaster CountryMaster(String countryCode, String countryName)

Properties

Link copied to clipboard
private final String countryCode
Link copied to clipboard
private final String countryName

Functions

Link copied to clipboard
public final String getCountryCode()
Link copied to clipboard
public final String getCountryName()
Link copied to clipboard
public String toString()