Class SubSubCountryBooker

java.lang.Object
travel.wink.sdk.booking.model.SubSubCountryBooker

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-03T16:30:28.282006180+07:00[Asia/Bangkok]") public class SubSubCountryBooker extends Object
Country sub sub division
  • Field Details

  • Constructor Details

    • SubSubCountryBooker

      public SubSubCountryBooker()
  • Method Details

    • name

      public SubSubCountryBooker name(String name)
    • getName

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

      public void setName(String name)
    • asciiName

      public SubSubCountryBooker asciiName(String asciiName)
    • getAsciiName

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

      public void setAsciiName(String asciiName)
    • geoNameId

      public SubSubCountryBooker 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