Package cn.ucloud.ulb.models
Class UpdatePolicyRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.UpdatePolicyRequest
-
public class UpdatePolicyRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description UpdatePolicyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getBackendId()StringgetDomainMatchMode()StringgetMatch()StringgetPolicyId()IntegergetPolicyPriority()StringgetProjectId()StringgetRegion()StringgetType()StringgetULBId()StringgetVServerId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBackendId(List<String> backendId)voidsetDomainMatchMode(String domainMatchMode)voidsetMatch(String match)voidsetPolicyId(String policyId)voidsetPolicyPriority(Integer policyPriority)voidsetProjectId(String projectId)voidsetRegion(String region)voidsetType(String type)voidsetULBId(String ulbId)voidsetVServerId(String vServerId)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getULBId
public String getULBId()
-
setULBId
public void setULBId(String ulbId)
-
getVServerId
public String getVServerId()
-
setVServerId
public void setVServerId(String vServerId)
-
getMatch
public String getMatch()
-
setMatch
public void setMatch(String match)
-
getPolicyPriority
public Integer getPolicyPriority()
-
setPolicyPriority
public void setPolicyPriority(Integer policyPriority)
-
getDomainMatchMode
public String getDomainMatchMode()
-
setDomainMatchMode
public void setDomainMatchMode(String domainMatchMode)
-
getPolicyId
public String getPolicyId()
-
setPolicyId
public void setPolicyId(String policyId)
-
getType
public String getType()
-
setType
public void setType(String type)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-