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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanFinal date of application of the comment.Date from which the comment starts to apply.Rate comments description and language.inthashCode()voidsetDateEnd(String dateEnd) voidsetDateStart(String dateStart) voidsetDescription(String description) toString()
-
Field Details
-
JSON_PROPERTY_DATE_END
- See Also:
-
JSON_PROPERTY_DATE_START
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
ApiRateComment
public ApiRateComment()
-
-
Method Details
-
dateEnd
-
getDateEnd
Final date of application of the comment.- Returns:
- dateEnd
-
setDateEnd
-
dateStart
-
getDateStart
Date from which the comment starts to apply.- Returns:
- dateStart
-
setDateStart
-
description
-
getDescription
Rate comments description and language.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-