public final class JobStatistics2 extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JobStatistics2() |
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
clone() |
Boolean |
getCacheHit()
[Output-only] Whether the query result was fetched from the query cache.
|
Long |
getTotalBytesProcessed()
[Output-only] Total bytes processed for this job.
|
JobStatistics2 |
set(String fieldName,
Object value) |
JobStatistics2 |
setCacheHit(Boolean cacheHit)
[Output-only] Whether the query result was fetched from the query cache.
|
JobStatistics2 |
setTotalBytesProcessed(Long totalBytesProcessed)
[Output-only] Total bytes processed for this job.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Boolean getCacheHit()
null
for nonepublic JobStatistics2 setCacheHit(Boolean cacheHit)
cacheHit
- cacheHit or null
for nonepublic Long getTotalBytesProcessed()
null
for nonepublic JobStatistics2 setTotalBytesProcessed(Long totalBytesProcessed)
totalBytesProcessed
- totalBytesProcessed or null
for nonepublic JobStatistics2 set(String fieldName, Object value)
set
in class GenericJson
public JobStatistics2 clone()
clone
in class GenericJson