public class Room extends AlipayObject
Room()
List<Passenger>
getGuests()
String
getRoomType()
void
setGuests(List<Passenger> guests)
setRoomType(String roomType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Room()
public List<Passenger> getGuests()
public void setGuests(List<Passenger> guests)
public String getRoomType()
public void setRoomType(String roomType)
Copyright © 2023. All rights reserved.