GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Bucket.Website() |
Modifier and Type | Method and Description |
---|---|
Bucket.Website |
clone() |
String |
getMainPageSuffix()
Behaves as the bucket's directory index where missing objects are treated as potential
directories.
|
String |
getNotFoundPage()
The custom object to return when a requested resource is not found.
|
Bucket.Website |
set(String fieldName,
Object value) |
Bucket.Website |
setMainPageSuffix(String mainPageSuffix)
Behaves as the bucket's directory index where missing objects are treated as potential
directories.
|
Bucket.Website |
setNotFoundPage(String notFoundPage)
The custom object to return when a requested resource is not found.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getMainPageSuffix()
null
for nonepublic Bucket.Website setMainPageSuffix(String mainPageSuffix)
mainPageSuffix
- mainPageSuffix or null
for nonepublic String getNotFoundPage()
null
for nonepublic Bucket.Website setNotFoundPage(String notFoundPage)
notFoundPage
- notFoundPage or null
for nonepublic Bucket.Website set(String fieldName, Object value)
set
in class GenericJson
public Bucket.Website clone()
clone
in class GenericJson