Packages

  • package root
    Definition Classes
    root
  • case class Flight(legId: String, searchMonth: Int, flightMonth: Int, startingAirport: String, destinationAirport: String, fareBasisCode: String, travelDuration: String, elapsedDays: Int, isBasicEconomy: Boolean, isRefundable: Boolean, isNonStop: Boolean, baseFare: Double, totalFare: Double, seatsRemaining: Int, totalTravelDistance: Double, segmentsDepartureTimeEpochSeconds: String, segmentsDepartureTimeRaw: String, segmentsArrivalTimeEpochSeconds: String, segmentsArrivalTimeRaw: String, segmentsArrivalAirportCode: String, segmentsDepartureAirportCode: String, segmentsAirlineName: String, segmentsAirlineCode: String, segmentsEquipmentDescription: String, segmentsDurationInSeconds: String, segmentsDistance: String, segmentsCabinCode: String) extends Serializable with Product

    Flight case class.

    Flight case class.

    legId

    The unique identifier for the flight.

    searchMonth

    The month in which the search was conducted.

    flightMonth

    The month in which the flight is scheduled.

    startingAirport

    The airport code IATA for the departure location.

    destinationAirport

    The airport code IATA for the arrival location.

    fareBasisCode

    The fare basis code for the flight.

    travelDuration

    The total duration of the flight.

    elapsedDays

    The number of days elapsed.

    isBasicEconomy

    Whether the flight is a basic economy flight.

    isRefundable

    Whether the flight is refundable.

    isNonStop

    Whether the flight is non-stop.

    baseFare

    The base fare for the flight.

    totalFare

    The total fare for the flight, including taxes and other fees.

    seatsRemaining

    The number of seats remaining on the flight.

    totalTravelDistance

    The total distance of the flight.

    segmentsDepartureTimeEpochSeconds

    The departure time of each segment expressed as epoch seconds.

    segmentsDepartureTimeRaw

    The departure time of each segment in raw format.

    segmentsArrivalTimeEpochSeconds

    The arrival time of each segment expressed as epoch seconds.

    segmentsArrivalTimeRaw

    The arrival time of each segment in raw format.

    segmentsArrivalAirportCode

    The airport code IATA for the arrival location of each segment.

    segmentsDepartureAirportCode

    The airport code IATA for the departure location of each segment.

    segmentsAirlineName

    The name of the airline for each segment.

    segmentsAirlineCode

    The code of the airline for each segment.

    segmentsEquipmentDescription

    The description of the equipment for each segment.

    segmentsDurationInSeconds

    The duration of each segment in seconds.

    segmentsDistance

    The distance of each segment.

    segmentsCabinCode

    The cabin code for each segment.

    Definition Classes
    root
c

Flight

case class Flight(legId: String, searchMonth: Int, flightMonth: Int, startingAirport: String, destinationAirport: String, fareBasisCode: String, travelDuration: String, elapsedDays: Int, isBasicEconomy: Boolean, isRefundable: Boolean, isNonStop: Boolean, baseFare: Double, totalFare: Double, seatsRemaining: Int, totalTravelDistance: Double, segmentsDepartureTimeEpochSeconds: String, segmentsDepartureTimeRaw: String, segmentsArrivalTimeEpochSeconds: String, segmentsArrivalTimeRaw: String, segmentsArrivalAirportCode: String, segmentsDepartureAirportCode: String, segmentsAirlineName: String, segmentsAirlineCode: String, segmentsEquipmentDescription: String, segmentsDurationInSeconds: String, segmentsDistance: String, segmentsCabinCode: String) extends Serializable with Product

Flight case class.

legId

The unique identifier for the flight.

searchMonth

The month in which the search was conducted.

flightMonth

The month in which the flight is scheduled.

startingAirport

The airport code IATA for the departure location.

destinationAirport

The airport code IATA for the arrival location.

fareBasisCode

The fare basis code for the flight.

travelDuration

The total duration of the flight.

elapsedDays

The number of days elapsed.

isBasicEconomy

Whether the flight is a basic economy flight.

isRefundable

Whether the flight is refundable.

isNonStop

Whether the flight is non-stop.

baseFare

The base fare for the flight.

totalFare

The total fare for the flight, including taxes and other fees.

seatsRemaining

The number of seats remaining on the flight.

totalTravelDistance

The total distance of the flight.

segmentsDepartureTimeEpochSeconds

The departure time of each segment expressed as epoch seconds.

segmentsDepartureTimeRaw

The departure time of each segment in raw format.

segmentsArrivalTimeEpochSeconds

The arrival time of each segment expressed as epoch seconds.

segmentsArrivalTimeRaw

The arrival time of each segment in raw format.

segmentsArrivalAirportCode

The airport code IATA for the arrival location of each segment.

segmentsDepartureAirportCode

The airport code IATA for the departure location of each segment.

segmentsAirlineName

The name of the airline for each segment.

segmentsAirlineCode

The code of the airline for each segment.

segmentsEquipmentDescription

The description of the equipment for each segment.

segmentsDurationInSeconds

The duration of each segment in seconds.

segmentsDistance

The distance of each segment.

segmentsCabinCode

The cabin code for each segment.

Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flight
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Flight(legId: String, searchMonth: Int, flightMonth: Int, startingAirport: String, destinationAirport: String, fareBasisCode: String, travelDuration: String, elapsedDays: Int, isBasicEconomy: Boolean, isRefundable: Boolean, isNonStop: Boolean, baseFare: Double, totalFare: Double, seatsRemaining: Int, totalTravelDistance: Double, segmentsDepartureTimeEpochSeconds: String, segmentsDepartureTimeRaw: String, segmentsArrivalTimeEpochSeconds: String, segmentsArrivalTimeRaw: String, segmentsArrivalAirportCode: String, segmentsDepartureAirportCode: String, segmentsAirlineName: String, segmentsAirlineCode: String, segmentsEquipmentDescription: String, segmentsDurationInSeconds: String, segmentsDistance: String, segmentsCabinCode: String)

    legId

    The unique identifier for the flight.

    searchMonth

    The month in which the search was conducted.

    flightMonth

    The month in which the flight is scheduled.

    startingAirport

    The airport code IATA for the departure location.

    destinationAirport

    The airport code IATA for the arrival location.

    fareBasisCode

    The fare basis code for the flight.

    travelDuration

    The total duration of the flight.

    elapsedDays

    The number of days elapsed.

    isBasicEconomy

    Whether the flight is a basic economy flight.

    isRefundable

    Whether the flight is refundable.

    isNonStop

    Whether the flight is non-stop.

    baseFare

    The base fare for the flight.

    totalFare

    The total fare for the flight, including taxes and other fees.

    seatsRemaining

    The number of seats remaining on the flight.

    totalTravelDistance

    The total distance of the flight.

    segmentsDepartureTimeEpochSeconds

    The departure time of each segment expressed as epoch seconds.

    segmentsDepartureTimeRaw

    The departure time of each segment in raw format.

    segmentsArrivalTimeEpochSeconds

    The arrival time of each segment expressed as epoch seconds.

    segmentsArrivalTimeRaw

    The arrival time of each segment in raw format.

    segmentsArrivalAirportCode

    The airport code IATA for the arrival location of each segment.

    segmentsDepartureAirportCode

    The airport code IATA for the departure location of each segment.

    segmentsAirlineName

    The name of the airline for each segment.

    segmentsAirlineCode

    The code of the airline for each segment.

    segmentsEquipmentDescription

    The description of the equipment for each segment.

    segmentsDurationInSeconds

    The duration of each segment in seconds.

    segmentsDistance

    The distance of each segment.

    segmentsCabinCode

    The cabin code for each segment.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baseFare: Double
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. val destinationAirport: String
  8. val elapsedDays: Int
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val fareBasisCode: String
  11. val flightMonth: Int
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. val isBasicEconomy: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isNonStop: Boolean
  16. val isRefundable: Boolean
  17. val legId: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. val searchMonth: Int
  22. val seatsRemaining: Int
  23. val segmentsAirlineCode: String
  24. val segmentsAirlineName: String
  25. val segmentsArrivalAirportCode: String
  26. val segmentsArrivalTimeEpochSeconds: String
  27. val segmentsArrivalTimeRaw: String
  28. val segmentsCabinCode: String
  29. val segmentsDepartureAirportCode: String
  30. val segmentsDepartureTimeEpochSeconds: String
  31. val segmentsDepartureTimeRaw: String
  32. val segmentsDistance: String
  33. val segmentsDurationInSeconds: String
  34. val segmentsEquipmentDescription: String
  35. val startingAirport: String
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val totalFare: Double
  38. val totalTravelDistance: Double
  39. val travelDuration: String
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped