Class Flight


  • public class Flight
    extends Object
    Flight
    • Constructor Detail

      • Flight

        public Flight()
    • Method Detail

      • getFlightKey

        public String getFlightKey()
        Get flightKey
        Returns:
        flightKey
      • setFlightKey

        public void setFlightKey​(String flightKey)
      • getFlightInfo

        public FlightInfo getFlightInfo()
        Get flightInfo
        Returns:
        flightInfo
      • setFlightInfo

        public void setFlightInfo​(FlightInfo flightInfo)
      • getSegmentReference

        public SegmentReference getSegmentReference()
        Get segmentReference
        Returns:
        segmentReference
      • setSegmentReference

        public void setSegmentReference​(SegmentReference segmentReference)
      • addAdditionalPropertiesItem

        public Flight addAdditionalPropertiesItem​(AdditionalProperty additionalPropertiesItem)
      • getAdditionalProperties

        public List<AdditionalProperty> getAdditionalProperties()
        Get additionalProperties
        Returns:
        additionalProperties
      • setAdditionalProperties

        public void setAdditionalProperties​(List<AdditionalProperty> additionalProperties)
      • stopQuantity

        public Flight stopQuantity​(Integer stopQuantity)
      • getStopQuantity

        public Integer getStopQuantity()
        Get stopQuantity
        Returns:
        stopQuantity
      • setStopQuantity

        public void setStopQuantity​(Integer stopQuantity)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object