Class Property

java.lang.Object
travel.wink.sdk.channel.manager.model.Property

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-16T10:18:18.508792807+07:00[Asia/Bangkok]") public class Property extends Object
Property
  • Field Details

  • Constructor Details

    • Property

      public Property()
  • Method Details

    • identifier

      public Property identifier(String identifier)
    • getIdentifier

      @Nonnull @NotNull public @NotNull String getIdentifier()
      Get identifier
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(String identifier)
    • name

      public Property name(String name)
    • getName

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

      public void setName(String name)
    • city

      public Property city(String city)
    • getCity

      @Nonnull @NotNull public @NotNull String getCity()
      Get city
      Returns:
      city
    • setCity

      public void setCity(String city)
    • countryCode

      public Property countryCode(String countryCode)
    • getCountryCode

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

      public void setCountryCode(String countryCode)
    • currencyCode

      public Property currencyCode(String currencyCode)
    • getCurrencyCode

      @Nonnull @NotNull public @NotNull String getCurrencyCode()
      Get currencyCode
      Returns:
      currencyCode
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • timeZone

      public Property timeZone(String timeZone)
    • getTimeZone

      @Nullable public String getTimeZone()
      Get timeZone
      Returns:
      timeZone
    • setTimeZone

      public void setTimeZone(String timeZone)
    • 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