
target.apidocs.com.google.api.services.walletobjects.model.EventSeat.html Maven / Gradle / Ivy
EventSeat (Google Wallet API v1-rev20241017-2.0.0)
com.google.api.services.walletobjects.model
Class EventSeat
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.walletobjects.model.EventSeat
-
public final class EventSeat
extends com.google.api.client.json.GenericJson
Model definition for EventSeat.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
EventSeat()
-
Method Summary
All Methods Instance Methods Concrete Methods
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".
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getGate
public LocalizedString getGate()
The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field
is localizable so you may translate words or use different alphabets for the characters in an
identifier.
- Returns:
- value or
null
for none
-
setGate
public EventSeat setGate(LocalizedString gate)
The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field
is localizable so you may translate words or use different alphabets for the characters in an
identifier.
- Parameters:
gate
- gate or null
for none
-
getKind
public String getKind()
Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventSeat"`.
- Returns:
- value or
null
for none
-
setKind
public EventSeat setKind(String kind)
Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventSeat"`.
- Parameters:
kind
- kind or null
for none
-
getRow
public LocalizedString getRow()
The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may
translate words or use different alphabets for the characters in an identifier.
- Returns:
- value or
null
for none
-
setRow
public EventSeat setRow(LocalizedString row)
The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may
translate words or use different alphabets for the characters in an identifier.
- Parameters:
row
- row or null
for none
-
getSeat
public LocalizedString getSeat()
The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable
so you may translate words or use different alphabets for the characters in an identifier.
- Returns:
- value or
null
for none
-
setSeat
public EventSeat setSeat(LocalizedString seat)
The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable
so you may translate words or use different alphabets for the characters in an identifier.
- Parameters:
seat
- seat or null
for none
-
getSection
public LocalizedString getSection()
The section of the seat, such as "121". This field is localizable so you may translate words or
use different alphabets for the characters in an identifier.
- Returns:
- value or
null
for none
-
setSection
public EventSeat setSection(LocalizedString section)
The section of the seat, such as "121". This field is localizable so you may translate words or
use different alphabets for the characters in an identifier.
- Parameters:
section
- section or null
for none
-
set
public EventSeat set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public EventSeat clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy