Package cn.ucloud.ulb.models
Class CreateRuleRequest.RuleActions
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.CreateRuleRequest.RuleActions
-
- Enclosing class:
- CreateRuleRequest
public static class CreateRuleRequest.RuleActions extends Request
-
-
Constructor Summary
Constructors Constructor Description RuleActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateRuleRequest.RuleActionsForwardConfiggetForwardConfig()StringgetType()IntegerloadMaxRetries()IntegerloadTimeout()voidsetForwardConfig(CreateRuleRequest.RuleActionsForwardConfig forwardConfig)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)
-
getForwardConfig
public CreateRuleRequest.RuleActionsForwardConfig getForwardConfig()
-
setForwardConfig
public void setForwardConfig(CreateRuleRequest.RuleActionsForwardConfig forwardConfig)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-