Package com.duffel.sdk.model
Class SeatMapCabinRow
java.lang.Object
com.duffel.sdk.model.SeatMapCabinRow
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-08-28T15:13:42.592945+07:00[Asia/Bangkok]")
public class SeatMapCabinRow
extends Object
A cabin row has one or more sections, each made up of elements. An element is something that takes up physical space such as a seat or an empty area.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSectionsItem(CabinRowSection sectionsItem) boolean@NotNull @Valid List<CabinRowSection>A list of sections.inthashCode()sections(List<CabinRowSection> sections) voidsetSections(List<CabinRowSection> sections) toString()
-
Field Details
-
JSON_PROPERTY_SECTIONS
- See Also:
-
-
Constructor Details
-
SeatMapCabinRow
public SeatMapCabinRow()
-
-
Method Details