public final class ExplainQueryStep
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 BigQuery API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ExplainQueryStep() |
Modifier and Type | Method and Description |
---|---|
ExplainQueryStep |
clone() |
java.lang.String |
getKind()
Machine-readable operation type.
|
java.util.List<java.lang.String> |
getSubsteps()
Human-readable stage descriptions.
|
ExplainQueryStep |
set(java.lang.String fieldName,
java.lang.Object value) |
ExplainQueryStep |
setKind(java.lang.String kind)
Machine-readable operation type.
|
ExplainQueryStep |
setSubsteps(java.util.List<java.lang.String> substeps)
Human-readable stage descriptions.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getKind()
null
for nonepublic ExplainQueryStep setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.util.List<java.lang.String> getSubsteps()
null
for nonepublic ExplainQueryStep setSubsteps(java.util.List<java.lang.String> substeps)
substeps
- substeps or null
for nonepublic ExplainQueryStep set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ExplainQueryStep clone()
clone
in class com.google.api.client.json.GenericJson