public final class ShortRepresentation
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 |
---|
ShortRepresentation() |
Modifier and Type | Method and Description |
---|---|
ShortRepresentation |
clone() |
String |
getDescription()
A string representation of the expression subtree rooted at this node.
|
Map<String,Integer> |
getSubqueries()
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description`
string of this node references a `SCALAR` subquery contained in the expression subtree rooted
at this node.
|
ShortRepresentation |
set(String fieldName,
Object value) |
ShortRepresentation |
setDescription(String description)
A string representation of the expression subtree rooted at this node.
|
ShortRepresentation |
setSubqueries(Map<String,Integer> subqueries)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description`
string of this node references a `SCALAR` subquery contained in the expression subtree rooted
at this node.
|
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 getDescription()
null
for nonepublic ShortRepresentation setDescription(String description)
description
- description or null
for nonepublic Map<String,Integer> getSubqueries()
null
for nonepublic ShortRepresentation setSubqueries(Map<String,Integer> subqueries)
subqueries
- subqueries or null
for nonepublic ShortRepresentation set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ShortRepresentation clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.