public final class RotatingBarcode
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RotatingBarcode() |
Modifier and Type | Method and Description |
---|---|
RotatingBarcode |
clone() |
String |
getAlternateText()
An optional text that will override the default text that shows under the barcode.
|
RotatingBarcodeValues |
getInitialRotatingBarcodeValues()
Input only.
|
String |
getRenderEncoding()
The render encoding for the barcode.
|
LocalizedString |
getShowCodeText()
Optional text that will be shown when the barcode is hidden behind a click action.
|
RotatingBarcodeTotpDetails |
getTotpDetails()
Details used to evaluate the {totp_value_n} substitutions.
|
String |
getType()
The type of this barcode.
|
String |
getValuePattern()
String encoded barcode value.
|
RotatingBarcode |
set(String fieldName,
Object value) |
RotatingBarcode |
setAlternateText(String alternateText)
An optional text that will override the default text that shows under the barcode.
|
RotatingBarcode |
setInitialRotatingBarcodeValues(RotatingBarcodeValues initialRotatingBarcodeValues)
Input only.
|
RotatingBarcode |
setRenderEncoding(String renderEncoding)
The render encoding for the barcode.
|
RotatingBarcode |
setShowCodeText(LocalizedString showCodeText)
Optional text that will be shown when the barcode is hidden behind a click action.
|
RotatingBarcode |
setTotpDetails(RotatingBarcodeTotpDetails totpDetails)
Details used to evaluate the {totp_value_n} substitutions.
|
RotatingBarcode |
setType(String type)
The type of this barcode.
|
RotatingBarcode |
setValuePattern(String valuePattern)
String encoded barcode value.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getAlternateText()
null
for nonepublic RotatingBarcode setAlternateText(String alternateText)
alternateText
- alternateText or null
for nonepublic RotatingBarcodeValues getInitialRotatingBarcodeValues()
null
for nonepublic RotatingBarcode setInitialRotatingBarcodeValues(RotatingBarcodeValues initialRotatingBarcodeValues)
initialRotatingBarcodeValues
- initialRotatingBarcodeValues or null
for nonepublic String getRenderEncoding()
null
for nonepublic RotatingBarcode setRenderEncoding(String renderEncoding)
renderEncoding
- renderEncoding or null
for nonepublic LocalizedString getShowCodeText()
null
for nonepublic RotatingBarcode setShowCodeText(LocalizedString showCodeText)
showCodeText
- showCodeText or null
for nonepublic RotatingBarcodeTotpDetails getTotpDetails()
null
for nonepublic RotatingBarcode setTotpDetails(RotatingBarcodeTotpDetails totpDetails)
totpDetails
- totpDetails or null
for nonepublic String getType()
null
for nonepublic RotatingBarcode setType(String type)
type
- type or null
for nonepublic String getValuePattern()
null
for nonepublic RotatingBarcode setValuePattern(String valuePattern)
valuePattern
- valuePattern or null
for nonepublic RotatingBarcode set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public RotatingBarcode clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.