Package com.duffel.sdk.model
Class ServiceMetadataForASeat1
java.lang.Object
com.duffel.sdk.model.ServiceMetadataForASeat1
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-16T15:26:22.356688490+07:00[Asia/Bangkok]")
public class ServiceMetadataForASeat1
extends Object
An object containing metadata about the service, like the designator of the seat.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDisclosuresItem(String disclosuresItem) designator(String designator) disclosures(List<String> disclosures) booleanThe designator used to uniquely identify the seat, usually made up of a row number and a column letterEach disclosure is text, in English, provided by the airline that describes the terms and conditions of this seat.getName()A name which describes the type of seat, which you can display in your user interface to help customers to understand its featuresorg.openapitools.jackson.nullable.JsonNullable<String> inthashCode()voidsetDesignator(String designator) voidsetDisclosures(List<String> disclosures) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) toString()
-
Field Details
-
JSON_PROPERTY_DESIGNATOR
- See Also:
-
JSON_PROPERTY_DISCLOSURES
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ServiceMetadataForASeat1
public ServiceMetadataForASeat1()
-
-
Method Details
-
designator
-
getDesignator
The designator used to uniquely identify the seat, usually made up of a row number and a column letter- Returns:
- designator
-
setDesignator
-
disclosures
-
addDisclosuresItem
-
getDisclosures
Each disclosure is text, in English, provided by the airline that describes the terms and conditions of this seat. We recommend showing this in your user interface to make sure that customers understand any restrictions and limitations.- Returns:
- disclosures
-
setDisclosures
-
name
-
getName
A name which describes the type of seat, which you can display in your user interface to help customers to understand its features- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-