Class SubCountryLightweightBooker

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class SubCountryLightweightBooker extends Object
Country subdivision such as a state or province
  • Field Details

  • Constructor Details

    • SubCountryLightweightBooker

      public SubCountryLightweightBooker()
  • Method Details

    • name

      public SubCountryLightweightBooker name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • asciiName

      public SubCountryLightweightBooker asciiName(@Nullable String asciiName)
    • getAsciiName

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

      public void setAsciiName(@Nullable String asciiName)
    • geoNameId

      public SubCountryLightweightBooker geoNameId(@Nullable String geoNameId)
    • getGeoNameId

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