Class SubSubCountryLightweight

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class SubSubCountryLightweight extends Object
SubSubCountryLightweight
  • Field Details

  • Constructor Details

    • SubSubCountryLightweight

      public SubSubCountryLightweight()
  • Method Details

    • code

      public SubSubCountryLightweight code(@Nullable String code)
    • getCode

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

      public void setCode(@Nullable String code)
    • countryCode

      public SubSubCountryLightweight countryCode(@Nullable String countryCode)
    • getCountryCode

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

      public void setCountryCode(@Nullable String countryCode)
    • subCountryCode

      public SubSubCountryLightweight subCountryCode(@Nullable String subCountryCode)
    • getSubCountryCode

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

      public void setSubCountryCode(@Nullable String subCountryCode)
    • subSubCountryCode

      public SubSubCountryLightweight subSubCountryCode(@Nullable String subSubCountryCode)
    • getSubSubCountryCode

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

      public void setSubSubCountryCode(@Nullable String subSubCountryCode)
    • name

      public SubSubCountryLightweight name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • asciiName

      public SubSubCountryLightweight asciiName(@Nullable String asciiName)
    • getAsciiName

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

      public void setAsciiName(@Nullable String asciiName)
    • geoNameId

      public SubSubCountryLightweight geoNameId(@Nullable String geoNameId)
    • getGeoNameId

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

      public void setGeoNameId(@Nullable 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