Class ChannelManagerProperty

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

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

  • Constructor Details

    • ChannelManagerProperty

      public ChannelManagerProperty()
  • Method Details

    • identifier

      public ChannelManagerProperty identifier(@Nonnull String identifier)
    • getIdentifier

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getIdentifier()
      Get identifier
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(@Nonnull String identifier)
    • name

      public ChannelManagerProperty name(@Nonnull String name)
    • getName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • city

      public ChannelManagerProperty city(@Nonnull String city)
    • getCity

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getCity()
      Get city
      Returns:
      city
    • setCity

      public void setCity(@Nonnull String city)
    • countryCode

      public ChannelManagerProperty countryCode(@Nonnull String countryCode)
    • getCountryCode

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getCountryCode()
      Get countryCode
      Returns:
      countryCode
    • setCountryCode

      public void setCountryCode(@Nonnull String countryCode)
    • currencyCode

      public ChannelManagerProperty currencyCode(@Nonnull String currencyCode)
    • getCurrencyCode

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getCurrencyCode()
      Get currencyCode
      Returns:
      currencyCode
    • setCurrencyCode

      public void setCurrencyCode(@Nonnull String currencyCode)
    • timeZone

      public ChannelManagerProperty timeZone(@Nonnull String timeZone)
    • getTimeZone

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

      public void setTimeZone(@Nonnull 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