Class UpdateChannelManagerRequestSupplier

java.lang.Object
travel.wink.sdk.extranet.model.UpdateChannelManagerRequestSupplier

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-10T15:17:09.174875363+07:00[Asia/Bangkok]") public class UpdateChannelManagerRequestSupplier extends Object
UpdateChannelManagerRequestSupplier
  • Field Details

  • Constructor Details

    • UpdateChannelManagerRequestSupplier

      public UpdateChannelManagerRequestSupplier()
  • Method Details

    • channelManager

      public UpdateChannelManagerRequestSupplier channelManager(String channelManager)
    • getChannelManager

      @Nullable public String getChannelManager()
      Property's channel manager. Rate ownership is decided based on the channel manager selected. This can be both an enum and an identifier.
      Returns:
      channelManager
    • setChannelManager

      public void setChannelManager(String channelManager)
    • otherChannelManager

      public UpdateChannelManagerRequestSupplier otherChannelManager(String otherChannelManager)
    • getOtherChannelManager

      @Nullable public String getOtherChannelManager()
      If the property is currently using a channel manager but it isn't yet part of our list, chose 'OTHER_CHANNEL_MANAGER' as channelManager and fill in the name of the channel manager here
      Returns:
      otherChannelManager
    • setOtherChannelManager

      public void setOtherChannelManager(String otherChannelManager)
    • 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