Package cn.ucloud.ulb.models
Class CreateRuleRequest.RuleConditions
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.CreateRuleRequest.RuleConditions
-
- Enclosing class:
- CreateRuleRequest
public static class CreateRuleRequest.RuleConditions extends Request
-
-
Constructor Summary
Constructors Constructor Description RuleConditions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateRuleRequest.RuleConditionsHostConfiggetHostConfig()CreateRuleRequest.RuleConditionsPathConfiggetPathConfig()StringgetType()IntegerloadMaxRetries()IntegerloadTimeout()voidsetHostConfig(CreateRuleRequest.RuleConditionsHostConfig hostConfig)voidsetPathConfig(CreateRuleRequest.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 CreateRuleRequest.RuleConditionsHostConfig getHostConfig()
-
setHostConfig
public void setHostConfig(CreateRuleRequest.RuleConditionsHostConfig hostConfig)
-
getPathConfig
public CreateRuleRequest.RuleConditionsPathConfig getPathConfig()
-
setPathConfig
public void setPathConfig(CreateRuleRequest.RuleConditionsPathConfig pathConfig)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-