Package io.swagger.client.model
Class AirInformationRow
- java.lang.Object
-
- io.swagger.client.model.AirInformationRow
-
public class AirInformationRow extends Object
AirInformationRow
-
-
Constructor Summary
Constructors Constructor Description AirInformationRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AirInformationRow
addSeatTypeItem(String seatTypeItem)
boolean
equals(Object o)
List<String>
getSeatType()
Get seatTypeint
hashCode()
AirInformationRow
seatType(List<String> seatType)
void
setSeatType(List<String> seatType)
String
toString()
-
-
-
Method Detail
-
seatType
public AirInformationRow seatType(List<String> seatType)
-
addSeatTypeItem
public AirInformationRow addSeatTypeItem(String seatTypeItem)
-
-