Class HouseSearchParams

java.lang.Object
info.ejava.assignments.api.houserenters.dto.houses.HouseSearchParams

public class HouseSearchParams extends Object
  • Field Details

    • id

      private String id
    • name

      private String name
    • bedrooms

      private Integer bedrooms
    • people

      private Integer people
    • dailyRate

      private BigDecimal dailyRate
    • minBedroomsInclusive

      private Integer minBedroomsInclusive
    • maxBedroomsInclusive

      private Integer maxBedroomsInclusive
    • minPeopleInclusive

      private Integer minPeopleInclusive
    • maxPeopleInclusive

      private Integer maxPeopleInclusive
    • minDailyRateInclusive

      private Integer minDailyRateInclusive
    • maxDailyRateExclusive

      private Integer maxDailyRateExclusive
  • Constructor Details

    • HouseSearchParams

      public HouseSearchParams()
  • Method Details