Class BookingSupplier

java.lang.Object
travel.wink.sdk.extranet.booking.model.BookingSupplier

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class BookingSupplier extends Object
BookingSupplier
  • Field Details

  • Constructor Details

    • BookingSupplier

      public BookingSupplier()
  • Method Details

    • id

      public BookingSupplier id(@Nullable String id)
    • getId

      @Nullable public String getId()
      Document UUID
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • createdDate

      public BookingSupplier createdDate(@Nullable LocalDateTime createdDate)
    • getCreatedDate

      @Nullable @Valid public LocalDateTime getCreatedDate()
      Datetime this record was first created
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(@Nullable LocalDateTime createdDate)
    • lastUpdate

      public BookingSupplier lastUpdate(@Nullable LocalDateTime lastUpdate)
    • getLastUpdate

      @Nullable @Valid public LocalDateTime getLastUpdate()
      Datetime this record was last updated
      Returns:
      lastUpdate
    • setLastUpdate

      public void setLastUpdate(@Nullable LocalDateTime lastUpdate)
    • version

      public BookingSupplier version(@Nullable Long version)
    • getVersion

      @Nullable public Long getVersion()
      Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.
      Returns:
      version
    • setVersion

      public void setVersion(@Nullable Long version)
    • creation

      public BookingSupplier creation(@Nonnull BookingSupplier.CreationEnum creation)
    • getCreation

      @Nonnull @NotNull public @NotNull BookingSupplier.CreationEnum getCreation()
      Communicates whether the booking was created normally or if it failed or was just for testing.
      Returns:
      creation
    • setCreation

      public void setCreation(@Nonnull BookingSupplier.CreationEnum creation)
    • groupIdentifier

      public BookingSupplier groupIdentifier(@Nonnull UUID groupIdentifier)
    • getGroupIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getGroupIdentifier()
      Unique record identifier for the collection of bookings that were made at the same time.
      Returns:
      groupIdentifier
    • setGroupIdentifier

      public void setGroupIdentifier(@Nonnull UUID groupIdentifier)
    • customization

      public BookingSupplier customization(@Nonnull CustomizationLightweightSupplier customization)
    • getCustomization

      @Nonnull @NotNull @Valid public @NotNull @Valid CustomizationLightweightSupplier getCustomization()
      Which customization configuration record did the entity application used to facilitate in making this booking happen.
      Returns:
      customization
    • setCustomization

      public void setCustomization(@Nonnull CustomizationLightweightSupplier customization)
    • bookingCode

      public BookingSupplier bookingCode(@Nonnull String bookingCode)
    • getBookingCode

      @Nonnull @NotNull public @NotNull String getBookingCode()
      Unique user-friendly booking geoname. This code should be used when corresponding with travelers.
      Returns:
      bookingCode
    • setBookingCode

      public void setBookingCode(@Nonnull String bookingCode)
    • user

      public BookingSupplier user(@Nonnull BookingUserSupplier user)
    • getUser

      @Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSupplier getUser()
      User details for the authenticated person that made the booking.
      Returns:
      user
    • setUser

      public void setUser(@Nonnull BookingUserSupplier user)
    • userSession

      public BookingSupplier userSession(@Nonnull BookingUserSessionSupplier userSession)
    • getUserSession

      @Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSessionSupplier getUserSession()
      User session state as it was when the user made the booking.
      Returns:
      userSession
    • setUserSession

      public void setUserSession(@Nonnull BookingUserSessionSupplier userSession)
    • serverUrl

      public BookingSupplier serverUrl(@Nonnull String serverUrl)
    • getServerUrl

      @Nonnull @NotNull public @NotNull String getServerUrl()
      The URL the booking occurred
      Returns:
      serverUrl
    • setServerUrl

      public void setServerUrl(@Nonnull String serverUrl)
    • socials

      public BookingSupplier socials(@Nullable List<@Valid SocialSupplier> socials)
    • addSocialsItem

      public BookingSupplier addSocialsItem(SocialSupplier socialsItem)
    • getSocials

      @Nullable @Valid public @Valid List<@Valid SocialSupplier> getSocials()
      List of all social network account property has for the traveler to get in touch.
      Returns:
      socials
    • setSocials

      public void setSocials(@Nullable List<@Valid SocialSupplier> socials)
    • review

      public BookingSupplier review(@Nullable ReviewLightweightSupplier review)
    • getReview

      @Nullable @Valid public @Valid ReviewLightweightSupplier getReview()
      User review created by the traveler after the booking completed.
      Returns:
      review
    • setReview

      public void setReview(@Nullable ReviewLightweightSupplier review)
    • emailHeaderLogoUrl

      public BookingSupplier emailHeaderLogoUrl(@Nonnull String emailHeaderLogoUrl)
    • getEmailHeaderLogoUrl

      @Nonnull @NotNull public @NotNull String getEmailHeaderLogoUrl()
      Full url of the image logo optimized for emails
      Returns:
      emailHeaderLogoUrl
    • setEmailHeaderLogoUrl

      public void setEmailHeaderLogoUrl(@Nonnull String emailHeaderLogoUrl)
    • logoIdentifier

      public BookingSupplier logoIdentifier(@Nullable String logoIdentifier)
    • getLogoIdentifier

      @Nullable public String getLogoIdentifier()
      Logo cloudinary identifier for potential reuse
      Returns:
      logoIdentifier
    • setLogoIdentifier

      public void setLogoIdentifier(@Nullable String logoIdentifier)
    • hotel

    • getHotel

      @Nonnull @NotNull @Valid public @NotNull @Valid PropertyAggregateLightweightSupplier getHotel()
      Combined property data.
      Returns:
      hotel
    • setHotel

      public void setHotel(@Nonnull PropertyAggregateLightweightSupplier hotel)
    • roomStay

      public BookingSupplier roomStay(@Nullable RoomStaySupplier roomStay)
    • getRoomStay

      @Nullable @Valid public @Valid RoomStaySupplier getRoomStay()
      All information about the room that was booked.
      Returns:
      roomStay
    • setRoomStay

      public void setRoomStay(@Nullable RoomStaySupplier roomStay)
    • specialRequests

      public BookingSupplier specialRequests(@Nullable String specialRequests)
    • getSpecialRequests

      @Nullable public String getSpecialRequests()
      Free text where the traveler can add a message to the property.
      Returns:
      specialRequests
    • setSpecialRequests

      public void setSpecialRequests(@Nullable String specialRequests)
    • comment

      public BookingSupplier comment(@Nullable String comment)
    • getComment

      @Nullable public String getComment()
      Internal comment field the platform can add and make available to channel manager partners.
      Returns:
      comment
    • setComment

      public void setComment(@Nullable String comment)
    • earlyCheckInCharge

      public BookingSupplier earlyCheckInCharge(@Nullable CustomMonetaryAmount earlyCheckInCharge)
    • getEarlyCheckInCharge

      @Nullable @Valid public @Valid CustomMonetaryAmount getEarlyCheckInCharge()
      Early check-in charge fixed amount that is due if guest checks out early.
      Returns:
      earlyCheckInCharge
    • setEarlyCheckInCharge

      public void setEarlyCheckInCharge(@Nullable CustomMonetaryAmount earlyCheckInCharge)
    • lateCheckOutCharge

      public BookingSupplier lateCheckOutCharge(@Nullable CustomMonetaryAmount lateCheckOutCharge)
    • getLateCheckOutCharge

      @Nullable @Valid public @Valid CustomMonetaryAmount getLateCheckOutCharge()
      Late check-out charge fixed amount that is due if guest checks out late.
      Returns:
      lateCheckOutCharge
    • setLateCheckOutCharge

      public void setLateCheckOutCharge(@Nullable CustomMonetaryAmount lateCheckOutCharge)
    • earlyCheckInChargePercent

      public BookingSupplier earlyCheckInChargePercent(@Nullable Float earlyCheckInChargePercent)
    • getEarlyCheckInChargePercent

      @Nullable public Float getEarlyCheckInChargePercent()
      Early check-in charge calculated in percent of first room night price.
      Returns:
      earlyCheckInChargePercent
    • setEarlyCheckInChargePercent

      public void setEarlyCheckInChargePercent(@Nullable Float earlyCheckInChargePercent)
    • lateCheckOutChargePercent

      public BookingSupplier lateCheckOutChargePercent(@Nullable Float lateCheckOutChargePercent)
    • getLateCheckOutChargePercent

      @Nullable public Float getLateCheckOutChargePercent()
      Early check-in charge calculated in percent of first room night price.
      Returns:
      lateCheckOutChargePercent
    • setLateCheckOutChargePercent

      public void setLateCheckOutChargePercent(@Nullable Float lateCheckOutChargePercent)
    • hotelImageUrl

      public BookingSupplier hotelImageUrl(@Nonnull String hotelImageUrl)
    • getHotelImageUrl

      @Nonnull @NotNull public @NotNull String getHotelImageUrl()
      Absolute URL of hotel image that can be used as-is
      Returns:
      hotelImageUrl
    • setHotelImageUrl

      public void setHotelImageUrl(@Nonnull String hotelImageUrl)
    • roomImageUrl

      public BookingSupplier roomImageUrl(@Nonnull String roomImageUrl)
    • getRoomImageUrl

      @Nonnull @NotNull public @NotNull String getRoomImageUrl()
      Absolute URL of room image that can be used as-is
      Returns:
      roomImageUrl
    • setRoomImageUrl

      public void setRoomImageUrl(@Nonnull String roomImageUrl)
    • commissionList

      public BookingSupplier commissionList(@Nullable List<@Valid CommissionableEntrySupplier> commissionList)
    • addCommissionListItem

      public BookingSupplier addCommissionListItem(CommissionableEntrySupplier commissionListItem)
    • getCommissionList

      @Nullable @Valid public @Valid List<@Valid CommissionableEntrySupplier> getCommissionList()
      List of all travel inventory entries that are due a commission to the affiliate.
      Returns:
      commissionList
    • setCommissionList

      public void setCommissionList(@Nullable List<@Valid CommissionableEntrySupplier> commissionList)
    • ancillaryList

      public BookingSupplier ancillaryList(@Nullable List<@Valid BookingAncillarySupplier> ancillaryList)
    • addAncillaryListItem

      public BookingSupplier addAncillaryListItem(BookingAncillarySupplier ancillaryListItem)
    • getAncillaryList

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getAncillaryList()
      Get ancillaryList
      Returns:
      ancillaryList
    • setAncillaryList

      public void setAncillaryList(@Nullable List<@Valid BookingAncillarySupplier> ancillaryList)
    • bookingContract

      public BookingSupplier bookingContract(@Nullable BookingContractSupplier bookingContract)
    • getBookingContract

      @Nullable @Valid public @Valid BookingContractSupplier getBookingContract()
      Booking contract created by TripPay
      Returns:
      bookingContract
    • setBookingContract

      public void setBookingContract(@Nullable BookingContractSupplier bookingContract)
    • staticMapImageUrl

      public BookingSupplier staticMapImageUrl(@Nullable String staticMapImageUrl)
    • getStaticMapImageUrl

      @Nullable public String getStaticMapImageUrl()
      Url of map image that can be sent via email
      Returns:
      staticMapImageUrl
    • setStaticMapImageUrl

      public void setStaticMapImageUrl(@Nullable String staticMapImageUrl)
    • staticMapUrl

      public BookingSupplier staticMapUrl(@Nullable String staticMapUrl)
    • getStaticMapUrl

      @Nullable public String getStaticMapUrl()
      Url of map image location on Google Maps
      Returns:
      staticMapUrl
    • setStaticMapUrl

      public void setStaticMapUrl(@Nullable String staticMapUrl)
    • status

      public BookingSupplier status(@Nullable BookingSupplier.StatusEnum status)
    • getStatus

      @Nullable public BookingSupplier.StatusEnum getStatus()
      Convenience data point to show which status the booking currently has.
      Returns:
      status
    • setStatus

      public void setStatus(@Nullable BookingSupplier.StatusEnum status)
    • meetingRooms

      public BookingSupplier meetingRooms(@Nullable List<@Valid BookingAncillarySupplier> meetingRooms)
    • addMeetingRoomsItem

      public BookingSupplier addMeetingRoomsItem(BookingAncillarySupplier meetingRoomsItem)
    • getMeetingRooms

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getMeetingRooms()
      Meeting room reservation records.
      Returns:
      meetingRooms
    • setMeetingRooms

      public void setMeetingRooms(@Nullable List<@Valid BookingAncillarySupplier> meetingRooms)
    • restaurants

      public BookingSupplier restaurants(@Nullable List<@Valid BookingAncillarySupplier> restaurants)
    • addRestaurantsItem

      public BookingSupplier addRestaurantsItem(BookingAncillarySupplier restaurantsItem)
    • getRestaurants

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getRestaurants()
      Restaurant reservation records.
      Returns:
      restaurants
    • setRestaurants

      public void setRestaurants(@Nullable List<@Valid BookingAncillarySupplier> restaurants)
    • spas

      public BookingSupplier spas(@Nullable List<@Valid BookingAncillarySupplier> spas)
    • addSpasItem

      public BookingSupplier addSpasItem(BookingAncillarySupplier spasItem)
    • getSpas

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getSpas()
      Spa reservation records.
      Returns:
      spas
    • setSpas

      public void setSpas(@Nullable List<@Valid BookingAncillarySupplier> spas)
    • activities

      public BookingSupplier activities(@Nullable List<@Valid BookingAncillarySupplier> activities)
    • addActivitiesItem

      public BookingSupplier addActivitiesItem(BookingAncillarySupplier activitiesItem)
    • getActivities

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getActivities()
      Activity reservation records.
      Returns:
      activities
    • setActivities

      public void setActivities(@Nullable List<@Valid BookingAncillarySupplier> activities)
    • attractions

      public BookingSupplier attractions(@Nullable List<@Valid BookingAncillarySupplier> attractions)
    • addAttractionsItem

      public BookingSupplier addAttractionsItem(BookingAncillarySupplier attractionsItem)
    • getAttractions

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getAttractions()
      Attraction reservation records.
      Returns:
      attractions
    • setAttractions

      public void setAttractions(@Nullable List<@Valid BookingAncillarySupplier> attractions)
    • places

      public BookingSupplier places(@Nullable List<@Valid BookingAncillarySupplier> places)
    • addPlacesItem

      public BookingSupplier addPlacesItem(BookingAncillarySupplier placesItem)
    • getPlaces

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getPlaces()
      Place reservation records.
      Returns:
      places
    • setPlaces

      public void setPlaces(@Nullable List<@Valid BookingAncillarySupplier> places)
    • roomTypeAncillaries

      public BookingSupplier roomTypeAncillaries(@Nullable List<@Valid BookingAncillarySupplier> roomTypeAncillaries)
    • addRoomTypeAncillariesItem

      public BookingSupplier addRoomTypeAncillariesItem(BookingAncillarySupplier roomTypeAncillariesItem)
    • getRoomTypeAncillaries

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getRoomTypeAncillaries()
      Room type ancillary records.
      Returns:
      roomTypeAncillaries
    • setRoomTypeAncillaries

      public void setRoomTypeAncillaries(@Nullable List<@Valid BookingAncillarySupplier> roomTypeAncillaries)
    • addOns

      public BookingSupplier addOns(@Nullable List<@Valid BookingAncillarySupplier> addOns)
    • addAddOnsItem

      public BookingSupplier addAddOnsItem(BookingAncillarySupplier addOnsItem)
    • getAddOns

      @Nullable @Valid public @Valid List<@Valid BookingAncillarySupplier> getAddOns()
      Add-on records.
      Returns:
      addOns
    • setAddOns

      public void setAddOns(@Nullable List<@Valid BookingAncillarySupplier> addOns)
    • rateSource

      public BookingSupplier rateSource(@Nullable String rateSource)
    • getRateSource

      @Nullable public String getRateSource()
      Rate origin. This is usually the property channel manager.
      Returns:
      rateSource
    • setRateSource

      public void setRateSource(@Nullable String rateSource)
    • hasAddOns

      public BookingSupplier hasAddOns(@Nullable Boolean hasAddOns)
    • getHasAddOns

      @Nullable public Boolean getHasAddOns()
      Convenience data point to check if any add-on offers are in this booking.
      Returns:
      hasAddOns
    • setHasAddOns

      public void setHasAddOns(@Nullable Boolean hasAddOns)
    • cancellableByAgent

      public BookingSupplier cancellableByAgent(@Nullable Boolean cancellableByAgent)
    • getCancellableByAgent

      @Nullable public Boolean getCancellableByAgent()
      Whether the booking can still be cancelled completely by the agent.
      Returns:
      cancellableByAgent
    • setCancellableByAgent

      public void setCancellableByAgent(@Nullable Boolean cancellableByAgent)
    • cancellableBySupplier

      public BookingSupplier cancellableBySupplier(@Nullable Boolean cancellableBySupplier)
    • getCancellableBySupplier

      @Nullable public Boolean getCancellableBySupplier()
      Whether the booking can still be cancelled completely by the supplier.
      Returns:
      cancellableBySupplier
    • setCancellableBySupplier

      public void setCancellableBySupplier(@Nullable Boolean cancellableBySupplier)
    • cancellableByTraveler

      public BookingSupplier cancellableByTraveler(@Nullable Boolean cancellableByTraveler)
    • getCancellableByTraveler

      @Nullable public Boolean getCancellableByTraveler()
      Whether the booking can still be cancelled completely by the traveller.
      Returns:
      cancellableByTraveler
    • setCancellableByTraveler

      public void setCancellableByTraveler(@Nullable Boolean cancellableByTraveler)
    • reportingExtraChargeList

      public BookingSupplier reportingExtraChargeList(@Nullable List<Object> reportingExtraChargeList)
    • addReportingExtraChargeListItem

      public BookingSupplier addReportingExtraChargeListItem(Object reportingExtraChargeListItem)
    • getReportingExtraChargeList

      @Nullable public List<Object> getReportingExtraChargeList()
      Get reportingExtraChargeList
      Returns:
      reportingExtraChargeList
    • setReportingExtraChargeList

      public void setReportingExtraChargeList(@Nullable List<Object> reportingExtraChargeList)
    • hasBreakfast

      public BookingSupplier hasBreakfast(@Nullable Boolean hasBreakfast)
    • getHasBreakfast

      @Nullable public Boolean getHasBreakfast()
      Convenience data point to get to breakfast quickly.
      Returns:
      hasBreakfast
    • setHasBreakfast

      public void setHasBreakfast(@Nullable Boolean hasBreakfast)
    • hasBrunch

      public BookingSupplier hasBrunch(@Nullable Boolean hasBrunch)
    • getHasBrunch

      @Nullable public Boolean getHasBrunch()
      Convenience data point to get to brunch quickly.
      Returns:
      hasBrunch
    • setHasBrunch

      public void setHasBrunch(@Nullable Boolean hasBrunch)
    • hasLunch

      public BookingSupplier hasLunch(@Nullable Boolean hasLunch)
    • getHasLunch

      @Nullable public Boolean getHasLunch()
      Convenience data point to get to lunch quickly.
      Returns:
      hasLunch
    • setHasLunch

      public void setHasLunch(@Nullable Boolean hasLunch)
    • hasDinner

      public BookingSupplier hasDinner(@Nullable Boolean hasDinner)
    • getHasDinner

      @Nullable public Boolean getHasDinner()
      Convenience data point to get to dinner quickly.
      Returns:
      hasDinner
    • setHasDinner

      public void setHasDinner(@Nullable Boolean hasDinner)
    • hasAllInclusive

      public BookingSupplier hasAllInclusive(@Nullable Boolean hasAllInclusive)
    • getHasAllInclusive

      @Nullable public Boolean getHasAllInclusive()
      Convenience data point to get to all-inclusive quickly.
      Returns:
      hasAllInclusive
    • setHasAllInclusive

      public void setHasAllInclusive(@Nullable Boolean hasAllInclusive)
    • hasAllInclusivePlusAlcohol

      public BookingSupplier hasAllInclusivePlusAlcohol(@Nullable Boolean hasAllInclusivePlusAlcohol)
    • getHasAllInclusivePlusAlcohol

      @Nullable public Boolean getHasAllInclusivePlusAlcohol()
      Convenience data point to get to all-inclusive with alcohol quickly.
      Returns:
      hasAllInclusivePlusAlcohol
    • setHasAllInclusivePlusAlcohol

      public void setHasAllInclusivePlusAlcohol(@Nullable Boolean hasAllInclusivePlusAlcohol)
    • hasRoomTypeAncillaries

      public BookingSupplier hasRoomTypeAncillaries(@Nullable Boolean hasRoomTypeAncillaries)
    • getHasRoomTypeAncillaries

      @Nullable public Boolean getHasRoomTypeAncillaries()
      Convenience data point to check if any room type ancillaries are in this booking.
      Returns:
      hasRoomTypeAncillaries
    • setHasRoomTypeAncillaries

      public void setHasRoomTypeAncillaries(@Nullable Boolean hasRoomTypeAncillaries)
    • hasFood

      public BookingSupplier hasFood(@Nullable Boolean hasFood)
    • getHasFood

      @Nullable public Boolean getHasFood()
      Convenience data point to check if any food is included in this booking.
      Returns:
      hasFood
    • setHasFood

      public void setHasFood(@Nullable Boolean hasFood)
    • hasRestaurants

      public BookingSupplier hasRestaurants(@Nullable Boolean hasRestaurants)
    • getHasRestaurants

      @Nullable public Boolean getHasRestaurants()
      Convenience data point to check if any restaurant reservations are included in this booking.
      Returns:
      hasRestaurants
    • setHasRestaurants

      public void setHasRestaurants(@Nullable Boolean hasRestaurants)
    • hasMeetingRooms

      public BookingSupplier hasMeetingRooms(@Nullable Boolean hasMeetingRooms)
    • getHasMeetingRooms

      @Nullable public Boolean getHasMeetingRooms()
      Convenience data point to check if any meeting room reservations are included in this booking.
      Returns:
      hasMeetingRooms
    • setHasMeetingRooms

      public void setHasMeetingRooms(@Nullable Boolean hasMeetingRooms)
    • hasSpas

      public BookingSupplier hasSpas(@Nullable Boolean hasSpas)
    • getHasSpas

      @Nullable public Boolean getHasSpas()
      Convenience data point to check if any spa reservations are included in this booking.
      Returns:
      hasSpas
    • setHasSpas

      public void setHasSpas(@Nullable Boolean hasSpas)
    • hasActivities

      public BookingSupplier hasActivities(@Nullable Boolean hasActivities)
    • getHasActivities

      @Nullable public Boolean getHasActivities()
      Convenience data point to check if any activity reservations are included in this booking.
      Returns:
      hasActivities
    • setHasActivities

      public void setHasActivities(@Nullable Boolean hasActivities)
    • hasAttractions

      public BookingSupplier hasAttractions(@Nullable Boolean hasAttractions)
    • getHasAttractions

      @Nullable public Boolean getHasAttractions()
      Convenience data point to check if any attractions reservations are included in this booking.
      Returns:
      hasAttractions
    • setHasAttractions

      public void setHasAttractions(@Nullable Boolean hasAttractions)
    • hasPlaces

      public BookingSupplier hasPlaces(@Nullable Boolean hasPlaces)
    • getHasPlaces

      @Nullable public Boolean getHasPlaces()
      Convenience data point to check if any place reservations are included in this booking.
      Returns:
      hasPlaces
    • setHasPlaces

      public void setHasPlaces(@Nullable Boolean hasPlaces)
    • reportingDailyRateList

      public BookingSupplier reportingDailyRateList(@Nullable List<Object> reportingDailyRateList)
    • addReportingDailyRateListItem

      public BookingSupplier addReportingDailyRateListItem(Object reportingDailyRateListItem)
    • getReportingDailyRateList

      @Nullable public List<Object> getReportingDailyRateList()
      Get reportingDailyRateList
      Returns:
      reportingDailyRateList
    • setReportingDailyRateList

      public void setReportingDailyRateList(@Nullable List<Object> reportingDailyRateList)
    • reportingAncillaryList

      public BookingSupplier reportingAncillaryList(@Nullable List<Object> reportingAncillaryList)
    • addReportingAncillaryListItem

      public BookingSupplier addReportingAncillaryListItem(Object reportingAncillaryListItem)
    • getReportingAncillaryList

      @Nullable public List<Object> getReportingAncillaryList()
      Get reportingAncillaryList
      Returns:
      reportingAncillaryList
    • setReportingAncillaryList

      public void setReportingAncillaryList(@Nullable List<Object> reportingAncillaryList)
    • 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