public final class EventSeat
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 |
|---|
EventSeat() |
| Modifier and Type | Method and Description |
|---|---|
EventSeat |
clone() |
LocalizedString |
getGate()
The gate the ticket holder should enter to get to their seat, such as "A" or "West".
|
String |
getKind()
Identifies what kind of resource this is.
|
LocalizedString |
getRow()
The row of the seat, such as "1", E", "BB", or "A5".
|
LocalizedString |
getSeat()
The seat number, such as "1", "2", "3", or any other seat identifier.
|
LocalizedString |
getSection()
The section of the seat, such as "121".
|
EventSeat |
set(String fieldName,
Object value) |
EventSeat |
setGate(LocalizedString gate)
The gate the ticket holder should enter to get to their seat, such as "A" or "West".
|
EventSeat |
setKind(String kind)
Identifies what kind of resource this is.
|
EventSeat |
setRow(LocalizedString row)
The row of the seat, such as "1", E", "BB", or "A5".
|
EventSeat |
setSeat(LocalizedString seat)
The seat number, such as "1", "2", "3", or any other seat identifier.
|
EventSeat |
setSection(LocalizedString section)
The section of the seat, such as "121".
|
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 LocalizedString getGate()
null for nonepublic EventSeat setGate(LocalizedString gate)
gate - gate or null for nonepublic String getKind()
null for nonepublic EventSeat setKind(String kind)
kind - kind or null for nonepublic LocalizedString getRow()
null for nonepublic EventSeat setRow(LocalizedString row)
row - row or null for nonepublic LocalizedString getSeat()
null for nonepublic EventSeat setSeat(LocalizedString seat)
seat - seat or null for nonepublic LocalizedString getSection()
null for nonepublic EventSeat setSection(LocalizedString section)
section - section or null for nonepublic EventSeat set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EventSeat clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.