Package com.duffel.sdk.model
Class CabinRowSection
java.lang.Object
com.duffel.sdk.model.CabinRowSection
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-16T15:26:22.356688490+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