public final class CardBarcodeSectionDetails
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 |
|---|
CardBarcodeSectionDetails() |
| Modifier and Type | Method and Description |
|---|---|
CardBarcodeSectionDetails |
clone() |
BarcodeSectionDetail |
getFirstBottomDetail()
Optional information to display below the barcode.
|
BarcodeSectionDetail |
getFirstTopDetail()
Optional information to display above the barcode.
|
BarcodeSectionDetail |
getSecondTopDetail()
Optional second piece of information to display above the barcode.
|
CardBarcodeSectionDetails |
set(String fieldName,
Object value) |
CardBarcodeSectionDetails |
setFirstBottomDetail(BarcodeSectionDetail firstBottomDetail)
Optional information to display below the barcode.
|
CardBarcodeSectionDetails |
setFirstTopDetail(BarcodeSectionDetail firstTopDetail)
Optional information to display above the barcode.
|
CardBarcodeSectionDetails |
setSecondTopDetail(BarcodeSectionDetail secondTopDetail)
Optional second piece of information to display above the barcode.
|
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 BarcodeSectionDetail getFirstBottomDetail()
null for nonepublic CardBarcodeSectionDetails setFirstBottomDetail(BarcodeSectionDetail firstBottomDetail)
firstBottomDetail - firstBottomDetail or null for nonepublic BarcodeSectionDetail getFirstTopDetail()
null for nonepublic CardBarcodeSectionDetails setFirstTopDetail(BarcodeSectionDetail firstTopDetail)
firstTopDetail - firstTopDetail or null for nonepublic BarcodeSectionDetail getSecondTopDetail()
null for nonepublic CardBarcodeSectionDetails setSecondTopDetail(BarcodeSectionDetail secondTopDetail)
secondTopDetail - secondTopDetail or null for nonepublic CardBarcodeSectionDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CardBarcodeSectionDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.