Class SubSubCountry

java.lang.Object
io.trippay.sdk.payment.model.SubSubCountry

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-18T09:25:43.445028683+07:00[Asia/Bangkok]") public class SubSubCountry extends Object
Country sub sub division
  • Field Details

  • Constructor Details

    • SubSubCountry

      public SubSubCountry()
  • Method Details

    • code

      public SubSubCountry code(String code)
    • getCode

      @Nullable public String getCode()
      Get code
      Returns:
      code
    • setCode

      public void setCode(String code)
    • countryCode

      public SubSubCountry countryCode(String countryCode)
    • getCountryCode

      @Nullable public String getCountryCode()
      Get countryCode
      Returns:
      countryCode
    • setCountryCode

      public void setCountryCode(String countryCode)
    • subCountryCode

      public SubSubCountry subCountryCode(String subCountryCode)
    • getSubCountryCode

      @Nullable public String getSubCountryCode()
      Get subCountryCode
      Returns:
      subCountryCode
    • setSubCountryCode

      public void setSubCountryCode(String subCountryCode)
    • subSubCountryCode

      public SubSubCountry subSubCountryCode(String subSubCountryCode)
    • getSubSubCountryCode

      @Nullable public String getSubSubCountryCode()
      Get subSubCountryCode
      Returns:
      subSubCountryCode
    • setSubSubCountryCode

      public void setSubSubCountryCode(String subSubCountryCode)
    • name

      public SubSubCountry name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • asciiName

      public SubSubCountry asciiName(String asciiName)
    • getAsciiName

      @Nullable public String getAsciiName()
      Get asciiName
      Returns:
      asciiName
    • setAsciiName

      public void setAsciiName(String asciiName)
    • geoNameId

      public SubSubCountry geoNameId(String geoNameId)
    • getGeoNameId

      @Nullable public String getGeoNameId()
      Get geoNameId
      Returns:
      geoNameId
    • setGeoNameId

      public void setGeoNameId(String geoNameId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object