@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class RoomSearchResults extends Object
| Constructor and Description |
|---|
RoomSearchResults() |
public RoomSearchResults count(Long count)
public Long getCount()
public void setCount(Long count)
public RoomSearchResults skip(Integer skip)
public Integer getSkip()
public void setSkip(Integer skip)
public RoomSearchResults limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public RoomSearchResults query(RoomSearchCriteria query)
public RoomSearchCriteria getQuery()
public void setQuery(RoomSearchCriteria query)
public RoomSearchResults rooms(List<V2RoomDetail> rooms)
public RoomSearchResults addRoomsItem(V2RoomDetail roomsItem)
public List<V2RoomDetail> getRooms()
public void setRooms(List<V2RoomDetail> rooms)
public RoomSearchResults facetedMatchCount(List<FacetedMatchCount> facetedMatchCount)
public RoomSearchResults addFacetedMatchCountItem(FacetedMatchCount facetedMatchCountItem)
public List<FacetedMatchCount> getFacetedMatchCount()
public void setFacetedMatchCount(List<FacetedMatchCount> facetedMatchCount)
Copyright © 2018 Symphony Software Foundation. All rights reserved.