Class BookingLeaderboardEntry

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-28T13:49:39.867864+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)
    • city

      public BookingLeaderboardEntry city(String city)
    • getCity

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

      public void setCity(String city)
    • bookings

      public BookingLeaderboardEntry bookings(Long bookings)
    • getBookings

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

      public void setBookings(Long bookings)
    • totalAmount

      public BookingLeaderboardEntry totalAmount(Moneys totalAmount)
    • getTotalAmount

      @Nullable @Valid public @Valid Moneys getTotalAmount()
      Get totalAmount
      Returns:
      totalAmount
    • setTotalAmount

      public void setTotalAmount(Moneys totalAmount)
    • averageAmount

      public BookingLeaderboardEntry averageAmount(Moneys averageAmount)
    • getAverageAmount

      @Nullable @Valid public @Valid Moneys getAverageAmount()
      Get averageAmount
      Returns:
      averageAmount
    • setAverageAmount

      public void setAverageAmount(Moneys averageAmount)
    • 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