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