public final class LogBucket
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 Dataflow 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 |
|---|
LogBucket() |
| Modifier and Type | Method and Description |
|---|---|
LogBucket |
clone() |
java.lang.Long |
getCount()
Number of values in this bucket.
|
java.lang.Integer |
getLog()
floor(log2(value)); defined to be zero for nonpositive values.
|
LogBucket |
set(java.lang.String fieldName,
java.lang.Object value) |
LogBucket |
setCount(java.lang.Long count)
Number of values in this bucket.
|
LogBucket |
setLog(java.lang.Integer log)
floor(log2(value)); defined to be zero for nonpositive values.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getCount()
null for nonepublic LogBucket setCount(java.lang.Long count)
count - count or null for nonepublic java.lang.Integer getLog()
null for nonepublic LogBucket setLog(java.lang.Integer log)
log - log or null for nonepublic LogBucket set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LogBucket clone()
clone in class com.google.api.client.json.GenericJson