public final class LocalizedString
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 Cloud Spanner 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 |
---|
LocalizedString() |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
clone() |
Map<String,String> |
getArgs()
A map of arguments used when creating the localized message.
|
String |
getMessage()
The canonical English version of this message.
|
String |
getToken()
The token identifying the message, e.g.
|
LocalizedString |
set(String fieldName,
Object value) |
LocalizedString |
setArgs(Map<String,String> args)
A map of arguments used when creating the localized message.
|
LocalizedString |
setMessage(String message)
The canonical English version of this message.
|
LocalizedString |
setToken(String token)
The token identifying the message, e.g.
|
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 Map<String,String> getArgs()
null
for nonepublic LocalizedString setArgs(Map<String,String> args)
args
- args or null
for nonepublic String getMessage()
null
for nonepublic LocalizedString setMessage(String message)
message
- message or null
for nonepublic String getToken()
null
for nonepublic LocalizedString setToken(String token)
token
- token or null
for nonepublic LocalizedString set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public LocalizedString clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.