public static final class Bucket.Website
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Bucket.Website() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Website |
clone() |
java.lang.String |
getMainPageSuffix()
Behaves as the bucket's directory index where missing objects are treated as potential
directories.
|
java.lang.String |
getNotFoundPage()
The custom object to return when a requested resource is not found.
|
Bucket.Website |
set(java.lang.String fieldName,
java.lang.Object value) |
Bucket.Website |
setMainPageSuffix(java.lang.String mainPageSuffix)
Behaves as the bucket's directory index where missing objects are treated as potential
directories.
|
Bucket.Website |
setNotFoundPage(java.lang.String notFoundPage)
The custom object to return when a requested resource is not found.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getMainPageSuffix()
null for nonepublic Bucket.Website setMainPageSuffix(java.lang.String mainPageSuffix)
mainPageSuffix - mainPageSuffix or null for nonepublic java.lang.String getNotFoundPage()
null for nonepublic Bucket.Website setNotFoundPage(java.lang.String notFoundPage)
notFoundPage - notFoundPage or null for nonepublic Bucket.Website set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.Website clone()
clone in class com.google.api.client.json.GenericJson