java.lang.Object
com.timeanddate.services.dataTypes.places.Country

public class Country extends Object
Author:
Cato Auestad <cato@timeanddate.com>
  • Field Details

  • Constructor Details

    • Country

      public Country()
  • Method Details

    • getId

      public String getId()
      The ISO 3166-1-alpha-2 country code
    • getName

      public String getName()
      Full name of the country.
    • fromNode

      public static Country fromNode(Node node)