public class SymRoomSearchResults
extends java.lang.Object
| Constructor and Description | 
|---|
| SymRoomSearchResults() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Long | getCount() | 
| java.util.List<SymFacetedMatchCount> | getFacetedMatchCount() | 
| java.lang.Integer | getLimit() | 
| org.symphonyoss.symphony.pod.model.RoomSearchCriteria | getQuery() | 
| java.util.List<SymRoomDetail> | getRooms() | 
| java.lang.Integer | getSkip() | 
| void | setCount(java.lang.Long count) | 
| void | setFacetedMatchCount(java.util.List<SymFacetedMatchCount> facetedMatchCount) | 
| void | setLimit(java.lang.Integer limit) | 
| void | setQuery(org.symphonyoss.symphony.pod.model.RoomSearchCriteria query) | 
| void | setRooms(java.util.List<SymRoomDetail> rooms) | 
| void | setSkip(java.lang.Integer skip) | 
| static SymRoomSearchResults | toSymRoomSearchResults(org.symphonyoss.symphony.pod.model.RoomSearchResults roomSearchResults)Deprecated.  | 
| static SymRoomSearchResults | toSymRoomSearchResults(org.symphonyoss.symphony.pod.model.V3RoomSearchResults v3RoomSearchResults) | 
public java.lang.Long getCount()
public void setCount(java.lang.Long count)
public java.lang.Integer getSkip()
public void setSkip(java.lang.Integer skip)
public java.lang.Integer getLimit()
public void setLimit(java.lang.Integer limit)
public org.symphonyoss.symphony.pod.model.RoomSearchCriteria getQuery()
public void setQuery(org.symphonyoss.symphony.pod.model.RoomSearchCriteria query)
public java.util.List<SymRoomDetail> getRooms()
public void setRooms(java.util.List<SymRoomDetail> rooms)
public java.util.List<SymFacetedMatchCount> getFacetedMatchCount()
public void setFacetedMatchCount(java.util.List<SymFacetedMatchCount> facetedMatchCount)
@Deprecated public static SymRoomSearchResults toSymRoomSearchResults(org.symphonyoss.symphony.pod.model.RoomSearchResults roomSearchResults)
public static SymRoomSearchResults toSymRoomSearchResults(org.symphonyoss.symphony.pod.model.V3RoomSearchResults v3RoomSearchResults)