Modifier and Type | Class and Description |
---|---|
static class |
Bucket.Lifecycle.Rule
Model definition for BucketLifecycleRule.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Bucket.Lifecycle() |
Modifier and Type | Method and Description |
---|---|
Bucket.Lifecycle |
clone() |
List<Bucket.Lifecycle.Rule> |
getRule()
A lifecycle management rule, which is made of an action to take and the condition(s) under
which the action will be taken.
|
Bucket.Lifecycle |
set(String fieldName,
Object value) |
Bucket.Lifecycle |
setRule(List<Bucket.Lifecycle.Rule> rule)
A lifecycle management rule, which is made of an action to take and the condition(s) under
which the action will be taken.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<Bucket.Lifecycle.Rule> getRule()
null
for nonepublic Bucket.Lifecycle setRule(List<Bucket.Lifecycle.Rule> rule)
rule
- rule or null
for nonepublic Bucket.Lifecycle set(String fieldName, Object value)
set
in class GenericJson
public Bucket.Lifecycle clone()
clone
in class GenericJson