public final class SmartTap
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 |
|---|
SmartTap() |
| Modifier and Type | Method and Description |
|---|---|
SmartTap |
clone() |
String |
getId()
The unique identifier for a smart tap.
|
List<IssuerToUserInfo> |
getInfos()
Communication from merchant to user.
|
String |
getKind()
Identifies what kind of resource this is.
|
Long |
getMerchantId()
Smart Tap merchant ID of who engaged in the Smart Tap interaction.
|
SmartTap |
set(String fieldName,
Object value) |
SmartTap |
setId(String id)
The unique identifier for a smart tap.
|
SmartTap |
setInfos(List<IssuerToUserInfo> infos)
Communication from merchant to user.
|
SmartTap |
setKind(String kind)
Identifies what kind of resource this is.
|
SmartTap |
setMerchantId(Long merchantId)
Smart Tap merchant ID of who engaged in the Smart Tap interaction.
|
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 String getId()
null for nonepublic SmartTap setId(String id)
id - id or null for nonepublic List<IssuerToUserInfo> getInfos()
null for nonepublic SmartTap setInfos(List<IssuerToUserInfo> infos)
infos - infos or null for nonepublic String getKind()
null for nonepublic SmartTap setKind(String kind)
kind - kind or null for nonepublic Long getMerchantId()
null for nonepublic SmartTap setMerchantId(Long merchantId)
merchantId - merchantId or null for nonepublic SmartTap set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SmartTap clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.