GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Bucket.Logging() |
Modifier and Type | Method and Description |
---|---|
Bucket.Logging |
clone() |
String |
getLogBucket()
The destination bucket where the current bucket's logs should be placed.
|
String |
getLogObjectPrefix()
A prefix for log object names.
|
Bucket.Logging |
set(String fieldName,
Object value) |
Bucket.Logging |
setLogBucket(String logBucket)
The destination bucket where the current bucket's logs should be placed.
|
Bucket.Logging |
setLogObjectPrefix(String logObjectPrefix)
A prefix for log object names.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getLogBucket()
null
for nonepublic Bucket.Logging setLogBucket(String logBucket)
logBucket
- logBucket or null
for nonepublic String getLogObjectPrefix()
null
for nonepublic Bucket.Logging setLogObjectPrefix(String logObjectPrefix)
logObjectPrefix
- logObjectPrefix or null
for nonepublic Bucket.Logging set(String fieldName, Object value)
set
in class GenericJson
public Bucket.Logging clone()
clone
in class GenericJson