Class HouseSearchParams
java.lang.Object
info.ejava.assignments.api.houserenters.dto.houses.HouseSearchParams
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbedroomsWithin
(int minInclusive, int maxInclusive) dailyRateWithin
(int minInclusive, int maxExclusive) static HouseSearchParams
getProbe()
boolean
isProbe()
peopleWithin
(int minInclusive, int maxInclusive) usingProbe
(HouseDTO houseDTO)
-
Field Details
-
id
-
name
-
bedrooms
-
people
-
dailyRate
-
minBedroomsInclusive
-
maxBedroomsInclusive
-
minPeopleInclusive
-
maxPeopleInclusive
-
minDailyRateInclusive
-
maxDailyRateExclusive
-
-
Constructor Details
-
HouseSearchParams
public HouseSearchParams()
-
-
Method Details
-
isProbe
public boolean isProbe() -
getProbe
-
fromProbe
-
usingProbe
-
bedroomsWithin
-
peopleWithin
-
dailyRateWithin
-