类 WebsiteConfiguration
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.WebsiteConfiguration
Website hosting configuration of a bucket
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getKey()Obtain the error page of the hosting.Obtain the redirection rules of all requests.Set the redirection route rules.Obtain the hosting homepage.voidSet the error page of the hosting.voidsetRedirectAllRequestsTo(RedirectAllRequest redirectAllRequestsTo) Set redirection rules of all requests.voidsetRouteRules(List<RouteRule> routeRules) Set the redirection route rule list.voidSet the hosting homepage.toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
suffix
-
key
-
redirectAllRequestsTo
-
routeRules
-
-
构造器详细资料
-
WebsiteConfiguration
public WebsiteConfiguration()
-
-
方法详细资料
-
getSuffix
Obtain the hosting homepage.- 返回:
- Hosting homepage
-
setSuffix
Set the hosting homepage.- 参数:
suffix- Hosting homepage
-
getKey
Obtain the error page of the hosting.- 返回:
- key Error page of the hosting.
-
setKey
Set the error page of the hosting.- 参数:
key- Error page of the hosting
-
getRouteRules
Set the redirection route rules.- 返回:
- routeRules Redirection route rule list
-
setRouteRules
Set the redirection route rule list.- 参数:
routeRules- Redirection route rule list
-
getRedirectAllRequestsTo
Obtain the redirection rules of all requests.- 返回:
- Redirection rules of all requests
-
setRedirectAllRequestsTo
Set redirection rules of all requests.- 参数:
redirectAllRequestsTo- Redirection rules of all requests
-
toString
- 覆盖:
toString在类中HeaderResponse
-