public final class FlightCarrier
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Wallet API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FlightCarrier() |
| Modifier and Type | Method and Description |
|---|---|
FlightCarrier |
clone() |
Image |
getAirlineAllianceLogo()
A logo for the airline alliance, displayed below the QR code that the passenger scans to board.
|
Image |
getAirlineLogo()
A logo for the airline described by carrierIataCode and localizedAirlineName.
|
LocalizedString |
getAirlineName()
A localized name of the airline specified by carrierIataCode.
|
String |
getCarrierIataCode()
Two character IATA airline code of the marketing carrier (as opposed to operating carrier).
|
String |
getCarrierIcaoCode()
Three character ICAO airline code of the marketing carrier (as opposed to operating carrier).
|
String |
getKind()
Identifies what kind of resource this is.
|
Image |
getWideAirlineLogo()
The wide logo of the airline.
|
FlightCarrier |
set(String fieldName,
Object value) |
FlightCarrier |
setAirlineAllianceLogo(Image airlineAllianceLogo)
A logo for the airline alliance, displayed below the QR code that the passenger scans to board.
|
FlightCarrier |
setAirlineLogo(Image airlineLogo)
A logo for the airline described by carrierIataCode and localizedAirlineName.
|
FlightCarrier |
setAirlineName(LocalizedString airlineName)
A localized name of the airline specified by carrierIataCode.
|
FlightCarrier |
setCarrierIataCode(String carrierIataCode)
Two character IATA airline code of the marketing carrier (as opposed to operating carrier).
|
FlightCarrier |
setCarrierIcaoCode(String carrierIcaoCode)
Three character ICAO airline code of the marketing carrier (as opposed to operating carrier).
|
FlightCarrier |
setKind(String kind)
Identifies what kind of resource this is.
|
FlightCarrier |
setWideAirlineLogo(Image wideAirlineLogo)
The wide logo of the airline.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Image getAirlineAllianceLogo()
null for nonepublic FlightCarrier setAirlineAllianceLogo(Image airlineAllianceLogo)
airlineAllianceLogo - airlineAllianceLogo or null for nonepublic Image getAirlineLogo()
null for nonepublic FlightCarrier setAirlineLogo(Image airlineLogo)
airlineLogo - airlineLogo or null for nonepublic LocalizedString getAirlineName()
null for nonepublic FlightCarrier setAirlineName(LocalizedString airlineName)
airlineName - airlineName or null for nonepublic String getCarrierIataCode()
null for nonepublic FlightCarrier setCarrierIataCode(String carrierIataCode)
carrierIataCode - carrierIataCode or null for nonepublic String getCarrierIcaoCode()
null for nonepublic FlightCarrier setCarrierIcaoCode(String carrierIcaoCode)
carrierIcaoCode - carrierIcaoCode or null for nonepublic String getKind()
null for nonepublic FlightCarrier setKind(String kind)
kind - kind or null for nonepublic Image getWideAirlineLogo()
null for nonepublic FlightCarrier setWideAirlineLogo(Image wideAirlineLogo)
wideAirlineLogo - wideAirlineLogo or null for nonepublic FlightCarrier set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FlightCarrier clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.