public static class RoutingRule.Redirect extends Object
构造器和说明 |
---|
RoutingRule.Redirect() |
限定符和类型 | 方法和说明 |
---|---|
void |
ensureRedirectValid()
A Redirect element must contain at least one of the following sibling
elements.
|
String |
getHostName() |
Integer |
getHttpRedirectCode() |
String |
getMirrorProbeURL() |
String |
getMirrorSecondaryURL() |
String |
getMirrorURL() |
RoutingRule.Protocol |
getProtocol() |
RoutingRule.RedirectType |
getRedirectType() |
String |
getReplaceKeyPrefixWith() |
String |
getReplaceKeyWith() |
Boolean |
isPassOriginalSlashes() |
Boolean |
isPassQueryString() |
void |
setHostName(String hostName) |
void |
setHttpRedirectCode(Integer httpRedirectCode) |
void |
setMirrorProbeURL(String mirrorProbeURL) |
void |
setMirrorSecondaryURL(String mirrorSecondaryURL) |
void |
setMirrorURL(String mirrorURL) |
void |
setPassOriginalSlashes(Boolean passOriginalSlashes) |
void |
setPassQueryString(Boolean passQueryString) |
void |
setProtocol(RoutingRule.Protocol protocol) |
void |
setRedirectType(RoutingRule.RedirectType redirectType) |
void |
setReplaceKeyPrefixWith(String replaceKeyPrefixWith) |
void |
setReplaceKeyWith(String replaceKeyWith) |
public RoutingRule.RedirectType getRedirectType()
public void setRedirectType(RoutingRule.RedirectType redirectType)
public String getHostName()
public void setHostName(String hostName)
public RoutingRule.Protocol getProtocol()
public void setProtocol(RoutingRule.Protocol protocol)
public String getReplaceKeyPrefixWith()
public void setReplaceKeyPrefixWith(String replaceKeyPrefixWith)
public String getReplaceKeyWith()
public void setReplaceKeyWith(String replaceKeyWith)
public Integer getHttpRedirectCode()
public void setHttpRedirectCode(Integer httpRedirectCode)
public String getMirrorURL()
public void setMirrorURL(String mirrorURL)
public String getMirrorSecondaryURL()
public void setMirrorSecondaryURL(String mirrorSecondaryURL)
public String getMirrorProbeURL()
public void setMirrorProbeURL(String mirrorProbeURL)
public Boolean isPassQueryString()
public void setPassQueryString(Boolean passQueryString)
public Boolean isPassOriginalSlashes()
public void setPassOriginalSlashes(Boolean passOriginalSlashes)
public void ensureRedirectValid()
Copyright © 2019. All Rights Reserved.