Package com.duffel.sdk.model
Class CabinRowSection
java.lang.Object
com.duffel.sdk.model.CabinRowSection
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-08-28T15:13:42.592945+07:00[Asia/Bangkok]")
public class CabinRowSection
extends Object
A section within a row that contains a list of row elements. This corresponds to a left, middle, or right lengthwise section of the aircraft.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElementsItem(CabinRowSectionElementsInner elementsItem) elements(List<CabinRowSectionElementsInner> elements) boolean@NotNull @Valid List<CabinRowSectionElementsInner>The elements that make up this sectioninthashCode()voidsetElements(List<CabinRowSectionElementsInner> elements) toString()
-
Field Details
-
JSON_PROPERTY_ELEMENTS
- See Also:
-
-
Constructor Details
-
CabinRowSection
public CabinRowSection()
-
-
Method Details