public class RouteRuleCondition extends Object
Constructor and Description |
---|
RouteRuleCondition() |
Modifier and Type | Method and Description |
---|---|
String |
getHttpErrorCodeReturnedEquals()
获取重定向生效时的HTTP错误码配置
|
String |
getKeyPrefixEquals()
获取当重定向生效时对象名的前缀
|
void |
setHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
设置重定向生效时的HTTP错误码配置
|
void |
setKeyPrefixEquals(String keyPrefixEquals)
设置当重定向生效时对象名的前缀
|
String |
toString() |
public String getKeyPrefixEquals()
public void setKeyPrefixEquals(String keyPrefixEquals)
keyPrefixEquals
- 当重定向生效时对象名的前缀public String getHttpErrorCodeReturnedEquals()
public void setHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
httpErrorCodeReturnedEquals
- 重定向生效时的HTTP错误码配置Copyright © 2021. All rights reserved.