public class RouteRuleCondition extends Object
Constructor and Description |
---|
RouteRuleCondition() |
Modifier and Type | Method and Description |
---|---|
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 © 2019. All rights reserved.