public class RouteRuleCondition extends Object
| 构造器 | 说明 |
|---|---|
RouteRuleCondition() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getHttpErrorCodeReturnedEquals() |
Obtain the HTTP error code configuration when the redirection takes
effect.
|
String |
getKeyPrefixEquals() |
Obtain the object name prefix when the redirection takes effect.
|
void |
setHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals) |
Configure the HTTP error code when the redirection takes effect.
|
void |
setKeyPrefixEquals(String keyPrefixEquals) |
Set the object name prefix when the redirection takes effect.
|
String |
toString() |
public String getKeyPrefixEquals()
public void setKeyPrefixEquals(String keyPrefixEquals)
keyPrefixEquals - Object name prefix when the redirection takes effectpublic String getHttpErrorCodeReturnedEquals()
public void setHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
httpErrorCodeReturnedEquals - HTTP error code configuration when the redirection takes
effect.Copyright © 2025. All rights reserved.