public final class RotatingBarcodeTotpDetails
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 |
|---|
RotatingBarcodeTotpDetails() |
| Modifier and Type | Method and Description |
|---|---|
RotatingBarcodeTotpDetails |
clone() |
String |
getAlgorithm()
The TOTP algorithm used to generate the OTP.
|
List<RotatingBarcodeTotpDetailsTotpParameters> |
getParameters()
The TOTP parameters for each of the {totp_value_*} substitutions.
|
Long |
getPeriodMillis()
The time interval used for the TOTP value generation, in milliseconds.
|
RotatingBarcodeTotpDetails |
set(String fieldName,
Object value) |
RotatingBarcodeTotpDetails |
setAlgorithm(String algorithm)
The TOTP algorithm used to generate the OTP.
|
RotatingBarcodeTotpDetails |
setParameters(List<RotatingBarcodeTotpDetailsTotpParameters> parameters)
The TOTP parameters for each of the {totp_value_*} substitutions.
|
RotatingBarcodeTotpDetails |
setPeriodMillis(Long periodMillis)
The time interval used for the TOTP value generation, in milliseconds.
|
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 getAlgorithm()
null for nonepublic RotatingBarcodeTotpDetails setAlgorithm(String algorithm)
algorithm - algorithm or null for nonepublic List<RotatingBarcodeTotpDetailsTotpParameters> getParameters()
null for nonepublic RotatingBarcodeTotpDetails setParameters(List<RotatingBarcodeTotpDetailsTotpParameters> parameters)
parameters - parameters or null for nonepublic Long getPeriodMillis()
null for nonepublic RotatingBarcodeTotpDetails setPeriodMillis(Long periodMillis)
periodMillis - periodMillis or null for nonepublic RotatingBarcodeTotpDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RotatingBarcodeTotpDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.