public class WebsiteConfiguration extends HeaderResponse
| 构造器和说明 |
|---|
WebsiteConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey()
Obtain the error page of the hosting.
|
RedirectAllRequest |
getRedirectAllRequestsTo()
Obtain the redirection rules of all requests.
|
List<RouteRule> |
getRouteRules()
Set the redirection route rules.
|
String |
getSuffix()
Obtain the hosting homepage.
|
void |
setKey(String key)
Set the error page of the hosting.
|
void |
setRedirectAllRequestsTo(RedirectAllRequest redirectAllRequestsTo)
Set redirection rules of all requests.
|
void |
setRouteRules(List<RouteRule> routeRules)
Set the redirection route rule list.
|
void |
setSuffix(String suffix)
Set the hosting homepage.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic String getSuffix()
public void setSuffix(String suffix)
suffix - Hosting homepagepublic String getKey()
public void setKey(String key)
key - Error page of the hostingpublic List<RouteRule> getRouteRules()
public void setRouteRules(List<RouteRule> routeRules)
routeRules - Redirection route rule listpublic RedirectAllRequest getRedirectAllRequestsTo()
public void setRedirectAllRequestsTo(RedirectAllRequest redirectAllRequestsTo)
redirectAllRequestsTo - Redirection rules of all requestspublic String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.