Package io.swagger.client.model
Class HotelCancellationPolicyCriteria
- java.lang.Object
-
- io.swagger.client.model.HotelCancellationPolicyCriteria
-
public class HotelCancellationPolicyCriteria extends Object
HotelCancellationPolicyCriteria
-
-
Constructor Summary
Constructors Constructor Description HotelCancellationPolicyCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HotelCancellationPolicyCriteria
addRoomsItem(Room roomsItem)
HotelCancellationPolicyCriteria
culture(String culture)
boolean
equals(Object o)
String
getCulture()
Get cultureString
getHotelKey()
Get hotelKeyList<Room>
getRooms()
Get roomsString
getSearchKey()
Get searchKeyint
hashCode()
HotelCancellationPolicyCriteria
hotelKey(String hotelKey)
HotelCancellationPolicyCriteria
rooms(List<Room> rooms)
HotelCancellationPolicyCriteria
searchKey(String searchKey)
void
setCulture(String culture)
void
setHotelKey(String hotelKey)
void
setRooms(List<Room> rooms)
void
setSearchKey(String searchKey)
String
toString()
-
-
-
Method Detail
-
rooms
public HotelCancellationPolicyCriteria rooms(List<Room> rooms)
-
addRoomsItem
public HotelCancellationPolicyCriteria addRoomsItem(Room roomsItem)
-
hotelKey
public HotelCancellationPolicyCriteria hotelKey(String hotelKey)
-
getHotelKey
public String getHotelKey()
Get hotelKey- Returns:
- hotelKey
-
setHotelKey
public void setHotelKey(String hotelKey)
-
searchKey
public HotelCancellationPolicyCriteria searchKey(String searchKey)
-
getSearchKey
public String getSearchKey()
Get searchKey- Returns:
- searchKey
-
setSearchKey
public void setSearchKey(String searchKey)
-
culture
public HotelCancellationPolicyCriteria culture(String culture)
-
getCulture
public String getCulture()
Get culture- Returns:
- culture
-
setCulture
public void setCulture(String culture)
-
-