Package co.dapi.types

Class Country

java.lang.Object
co.dapi.types.Country

public class Country
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Country​(java.lang.String code, java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCode()  
    java.lang.String getName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Country

      public Country​(java.lang.String code, java.lang.String name)
  • Method Details

    • getCode

      public java.lang.String getCode()
    • getName

      public java.lang.String getName()