类 WebsiteConfiguration
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.WebsiteConfiguration
-
字段概要
从类继承的字段 com.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()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
WebsiteConfiguration
public WebsiteConfiguration()
-
-
方法详细资料
-
getSuffix
-
setSuffix
-
getKey
-
setKey
Set the error page of the hosting.- 参数:
key- Error page of the hosting
-
getRouteRules
-
setRouteRules
-
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
-