Class BookingLeaderboardEntry

java.lang.Object
travel.wink.sdk.analytics.model.BookingLeaderboardEntry

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-08T09:35:42.533634879+07:00[Asia/Bangkok]") public class BookingLeaderboardEntry extends Object
BookingLeaderboardEntry
  • Field Details

  • Constructor Details

    • BookingLeaderboardEntry

      public BookingLeaderboardEntry()
  • Method Details

    • ownerIdentifier

      public BookingLeaderboardEntry ownerIdentifier(String ownerIdentifier)
    • getOwnerIdentifier

      @Nullable public String getOwnerIdentifier()
      Get ownerIdentifier
      Returns:
      ownerIdentifier
    • setOwnerIdentifier

      public void setOwnerIdentifier(String ownerIdentifier)
    • ownerName

      public BookingLeaderboardEntry ownerName(String ownerName)
    • getOwnerName

      @Nullable public String getOwnerName()
      Get ownerName
      Returns:
      ownerName
    • setOwnerName

      public void setOwnerName(String ownerName)
    • continent

      public BookingLeaderboardEntry continent(String continent)
    • getContinent

      @Nullable public String getContinent()
      Get continent
      Returns:
      continent
    • setContinent

      public void setContinent(String continent)
    • country

      public BookingLeaderboardEntry country(String country)
    • getCountry

      @Nullable public String getCountry()
      Get country
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • countryGeoNameId

      public BookingLeaderboardEntry countryGeoNameId(String countryGeoNameId)
    • getCountryGeoNameId

      @Nullable public String getCountryGeoNameId()
      Get countryGeoNameId
      Returns:
      countryGeoNameId
    • setCountryGeoNameId

      public void setCountryGeoNameId(String countryGeoNameId)
    • city

      public BookingLeaderboardEntry city(String city)
    • getCity

      @Nullable public String getCity()
      Get city
      Returns:
      city
    • setCity

      public void setCity(String city)
    • cityGeoNameId

      public BookingLeaderboardEntry cityGeoNameId(String cityGeoNameId)
    • getCityGeoNameId

      @Nullable public String getCityGeoNameId()
      Get cityGeoNameId
      Returns:
      cityGeoNameId
    • setCityGeoNameId

      public void setCityGeoNameId(String cityGeoNameId)
    • bookings

      public BookingLeaderboardEntry bookings(Long bookings)
    • getBookings

      @Nullable public Long getBookings()
      Get bookings
      Returns:
      bookings
    • setBookings

      public void setBookings(Long bookings)
    • totalPriceAmount

      public BookingLeaderboardEntry totalPriceAmount(Double totalPriceAmount)
    • getTotalPriceAmount

      @Nullable public Double getTotalPriceAmount()
      Get totalPriceAmount
      Returns:
      totalPriceAmount
    • setTotalPriceAmount

      public void setTotalPriceAmount(Double totalPriceAmount)
    • averageBookingAmount

      public BookingLeaderboardEntry averageBookingAmount(Double averageBookingAmount)
    • getAverageBookingAmount

      @Nullable public Double getAverageBookingAmount()
      Get averageBookingAmount
      Returns:
      averageBookingAmount
    • setAverageBookingAmount

      public void setAverageBookingAmount(Double averageBookingAmount)
    • currencyCode

      public BookingLeaderboardEntry currencyCode(String currencyCode)
    • getCurrencyCode

      @Nullable public String getCurrencyCode()
      Get currencyCode
      Returns:
      currencyCode
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • 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