Package cn.ucloud.ulb.models
Class UpdateRuleAttributeRequest.RuleConditions
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.UpdateRuleAttributeRequest.RuleConditions
-
- Enclosing class:
- UpdateRuleAttributeRequest
public static class UpdateRuleAttributeRequest.RuleConditions extends Request
-
-
Constructor Summary
Constructors Constructor Description RuleConditions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRuleAttributeRequest.RuleConditionsHostConfiggetHostConfig()UpdateRuleAttributeRequest.RuleConditionsPathConfiggetPathConfig()StringgetType()IntegerloadMaxRetries()IntegerloadTimeout()voidsetHostConfig(UpdateRuleAttributeRequest.RuleConditionsHostConfig hostConfig)voidsetPathConfig(UpdateRuleAttributeRequest.RuleConditionsPathConfig pathConfig)voidsetType(String type)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getRegion, getSignature, setAction, setProjectId, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getHostConfig
public UpdateRuleAttributeRequest.RuleConditionsHostConfig getHostConfig()
-
setHostConfig
public void setHostConfig(UpdateRuleAttributeRequest.RuleConditionsHostConfig hostConfig)
-
getPathConfig
public UpdateRuleAttributeRequest.RuleConditionsPathConfig getPathConfig()
-
setPathConfig
public void setPathConfig(UpdateRuleAttributeRequest.RuleConditionsPathConfig pathConfig)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-