public class BucketWebsiteResult extends GenericResult
| Constructor and Description |
|---|
BucketWebsiteResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddRoutingRule(RoutingRule routingRule) |
String |
getErrorDocument() |
String |
getIndexDocument() |
List<RoutingRule> |
getRoutingRules() |
String |
getSubDirType() |
boolean |
isSupportSubDir() |
void |
setErrorDocument(String errorDocument) |
void |
setIndexDocument(String indexDocument) |
void |
setSubDirType(String subDirType) |
void |
setSupportSubDir(boolean supportSubDir) |
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRCpublic String getIndexDocument()
public void setIndexDocument(String indexDocument)
public String getErrorDocument()
public void setErrorDocument(String errorDocument)
public List<RoutingRule> getRoutingRules()
public void AddRoutingRule(RoutingRule routingRule)
public boolean isSupportSubDir()
public void setSupportSubDir(boolean supportSubDir)
public String getSubDirType()
public void setSubDirType(String subDirType)
Copyright © 2021. All Rights Reserved.