FlightsV3Description

public final class FlightsV3Description

Container for information of the descriptions of the hotel.

Parameters

locationTeaser

A description of the property's location.

hotelTeaser

A description of the features and amenities of the property itself.

roomTeaser

The common description for all of the rooms in the property.

Constructors

Link copied to clipboard
public FlightsV3Description FlightsV3Description(String locationTeaser, String hotelTeaser, String roomTeaser)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String hotelTeaser
Link copied to clipboard
@Valid()
private final String locationTeaser
Link copied to clipboard
@Valid()
private final String roomTeaser

Functions

Link copied to clipboard
public final static FlightsV3Description.Builder builder()
Link copied to clipboard
public final String getHotelTeaser()
Link copied to clipboard
public final String getLocationTeaser()
Link copied to clipboard
public final String getRoomTeaser()
Link copied to clipboard