Class ApiRateComment

java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRateComment

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]") public class ApiRateComment extends Object
Definition of the rate comment.
  • Field Details

  • Constructor Details

    • ApiRateComment

      public ApiRateComment()
  • Method Details

    • dateEnd

      public ApiRateComment dateEnd(String dateEnd)
    • getDateEnd

      @Nullable public String getDateEnd()
      Final date of application of the comment.
      Returns:
      dateEnd
    • setDateEnd

      public void setDateEnd(String dateEnd)
    • dateStart

      public ApiRateComment dateStart(String dateStart)
    • getDateStart

      @Nullable public String getDateStart()
      Date from which the comment starts to apply.
      Returns:
      dateStart
    • setDateStart

      public void setDateStart(String dateStart)
    • description

      public ApiRateComment description(String description)
    • getDescription

      @Nullable public String getDescription()
      Rate comments description and language.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • 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