Class UpdateRuleAttributeRequest.RuleActionsCorsConfig

java.lang.Object
cn.ucloud.common.request.Request
cn.ucloud.ulb.models.UpdateRuleAttributeRequest.RuleActionsCorsConfig
Enclosing class:
UpdateRuleAttributeRequest

public static class UpdateRuleAttributeRequest.RuleActionsCorsConfig extends Request
  • Constructor Details

    • RuleActionsCorsConfig

      public RuleActionsCorsConfig()
  • Method Details

    • getAllowOrigin

      public List<String> getAllowOrigin()
    • setAllowOrigin

      public void setAllowOrigin(List<String> allowOrigin)
    • getAllowHeaders

      public List<String> getAllowHeaders()
    • setAllowHeaders

      public void setAllowHeaders(List<String> allowHeaders)
    • getExposeHeaders

      public List<String> getExposeHeaders()
    • setExposeHeaders

      public void setExposeHeaders(List<String> exposeHeaders)
    • getAllowMethods

      public List<String> getAllowMethods()
    • setAllowMethods

      public void setAllowMethods(List<String> allowMethods)
    • getAllowCredentials

      public String getAllowCredentials()
    • setAllowCredentials

      public void setAllowCredentials(String allowCredentials)
    • getMaxAge

      public Integer getMaxAge()
    • setMaxAge

      public void setMaxAge(Integer maxAge)
    • loadMaxRetries

      public Integer loadMaxRetries()
    • withMaxRetries

      public void withMaxRetries(Integer arg0)
    • loadTimeout

      public Integer loadTimeout()
    • withTimeout

      public void withTimeout(Integer arg0)