Class ReviewResponse

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-27T09:29:05.118372+07:00[Asia/Bangkok]") public class ReviewResponse extends Object
Property response to review.
  • Field Details

  • Constructor Details

    • ReviewResponse

      public ReviewResponse()
  • Method Details

    • hotelIdentifier

      public ReviewResponse hotelIdentifier(String hotelIdentifier)
    • getHotelIdentifier

      @Nullable public String getHotelIdentifier()
      Hotel identifier associated with review.
      Returns:
      hotelIdentifier
    • setHotelIdentifier

      public void setHotelIdentifier(String hotelIdentifier)
    • reviewIdentifier

      public ReviewResponse reviewIdentifier(String reviewIdentifier)
    • getReviewIdentifier

      @Nullable public String getReviewIdentifier()
      Review identifier of review being responded to.
      Returns:
      reviewIdentifier
    • setReviewIdentifier

      public void setReviewIdentifier(String reviewIdentifier)
    • userIdentifier

      public ReviewResponse userIdentifier(String userIdentifier)
    • getUserIdentifier

      @Nullable public String getUserIdentifier()
      User identifier of property manager who responded to the review.
      Returns:
      userIdentifier
    • setUserIdentifier

      public void setUserIdentifier(String userIdentifier)
    • responseFromHotel

      public ReviewResponse responseFromHotel(String responseFromHotel)
    • getResponseFromHotel

      @Nonnull @NotNull public @NotNull String getResponseFromHotel()
      User identifier of property manager who responded to the review.
      Returns:
      responseFromHotel
    • setResponseFromHotel

      public void setResponseFromHotel(String responseFromHotel)
    • approvedText

      public ReviewResponse approvedText(Boolean approvedText)
    • getApprovedText

      @Nullable public Boolean getApprovedText()
      Property approves the use of guest review text with property profile.
      Returns:
      approvedText
    • setApprovedText

      public void setApprovedText(Boolean approvedText)
    • approvedImage

      public ReviewResponse approvedImage(Boolean approvedImage)
    • getApprovedImage

      @Nullable public Boolean getApprovedImage()
      Property approves the use of guest generated image with property profile.
      Returns:
      approvedImage
    • setApprovedImage

      public void setApprovedImage(Boolean approvedImage)
    • 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