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