类 RouteRuleCondition
java.lang.Object
com.obs.services.model.RouteRuleCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the HTTP error code configuration when the redirection takes effect.Obtain the object name prefix when the redirection takes effect.voidsetHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals) Configure the HTTP error code when the redirection takes effect.voidsetKeyPrefixEquals(String keyPrefixEquals) Set the object name prefix when the redirection takes effect.toString()
-
构造器详细资料
-
RouteRuleCondition
public RouteRuleCondition()
-
-
方法详细资料
-
getKeyPrefixEquals
Obtain the object name prefix when the redirection takes effect.- 返回:
- Object name prefix when the redirection takes effect
-
setKeyPrefixEquals
Set the object name prefix when the redirection takes effect.- 参数:
keyPrefixEquals- Object name prefix when the redirection takes effect
-
getHttpErrorCodeReturnedEquals
Obtain the HTTP error code configuration when the redirection takes effect.- 返回:
- HTTP error code configuration when the redirection takes effect
-
setHttpErrorCodeReturnedEquals
Configure the HTTP error code when the redirection takes effect.- 参数:
httpErrorCodeReturnedEquals- HTTP error code configuration when the redirection takes effect.
-
toString
-