Class CountryResponse

java.lang.Object
com.iland.core.web.rest.response.country.CountryResponse
All Implemented Interfaces:
Serializable

public class CountryResponse extends Object implements Serializable
Country Response.
Author:
Ari Quinones
See Also:
  • Constructor Details

    • CountryResponse

      public CountryResponse(String id, String name)
  • Method Details

    • getId

      public String getId()
      Get the country ID.
      Returns:
      String country ID
    • getName

      public String getName()
      Get the country name.
      Returns:
      String country name