Class SubCountryBooker

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-18T08:51:50.359362831+07:00[Asia/Bangkok]") public class SubCountryBooker extends Object
Country subdivision such as a state or province
  • Field Details

  • Constructor Details

    • SubCountryBooker

      public SubCountryBooker()
  • Method Details

    • name

      public SubCountryBooker name(String name)
    • getName

      @Nullable public String getName()
      Sub-country name
      Returns:
      name
    • setName

      public void setName(String name)
    • asciiName

      public SubCountryBooker asciiName(String asciiName)
    • getAsciiName

      @Nullable public String getAsciiName()
      Sub-country ascii name
      Returns:
      asciiName
    • setAsciiName

      public void setAsciiName(String asciiName)
    • geoNameId

      public SubCountryBooker geoNameId(String geoNameId)
    • getGeoNameId

      @Nullable public String getGeoNameId()
      Sub-country GeoNames identifier
      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