类 RouteRuleCondition

java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.RouteRuleCondition

public class RouteRuleCondition extends Object
Redirection condition
  • 字段详细资料

    • keyPrefixEquals

      private String keyPrefixEquals
    • httpErrorCodeReturnedEquals

      private String httpErrorCodeReturnedEquals
  • 构造器详细资料

    • RouteRuleCondition

      public RouteRuleCondition()
  • 方法详细资料

    • getKeyPrefixEquals

      public String getKeyPrefixEquals()
      Obtain the object name prefix when the redirection takes effect.
      返回:
      Object name prefix when the redirection takes effect
    • setKeyPrefixEquals

      public void setKeyPrefixEquals(String keyPrefixEquals)
      Set the object name prefix when the redirection takes effect.
      参数:
      keyPrefixEquals - Object name prefix when the redirection takes effect
    • getHttpErrorCodeReturnedEquals

      public String getHttpErrorCodeReturnedEquals()
      Obtain the HTTP error code configuration when the redirection takes effect.
      返回:
      HTTP error code configuration when the redirection takes effect
    • setHttpErrorCodeReturnedEquals

      public void setHttpErrorCodeReturnedEquals(String httpErrorCodeReturnedEquals)
      Configure the HTTP error code when the redirection takes effect.
      参数:
      httpErrorCodeReturnedEquals - HTTP error code configuration when the redirection takes effect.
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object