Class DescribeULBResponse.ULBPolicySet

java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.ulb.models.DescribeULBResponse.ULBPolicySet
Enclosing class:
DescribeULBResponse

public static class DescribeULBResponse.ULBPolicySet extends Response
  • Constructor Details

    • ULBPolicySet

      public ULBPolicySet()
  • Method Details

    • getDomainMatchMode

      public String getDomainMatchMode()
    • setDomainMatchMode

      public void setDomainMatchMode(String domainMatchMode)
    • getPolicyId

      public String getPolicyId()
    • setPolicyId

      public void setPolicyId(String policyId)
    • getPolicyType

      public String getPolicyType()
    • setPolicyType

      public void setPolicyType(String policyType)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMatch

      public String getMatch()
    • setMatch

      public void setMatch(String match)
    • getPolicyPriority

      public Integer getPolicyPriority()
    • setPolicyPriority

      public void setPolicyPriority(Integer policyPriority)
    • getVServerId

      public String getVServerId()
    • setVServerId

      public void setVServerId(String vServerId)
    • getTotalCount

      public Integer getTotalCount()
    • setTotalCount

      public void setTotalCount(Integer totalCount)
    • getBackendSet

      public List<DescribeULBResponse.PolicyBackendSet> getBackendSet()
    • setBackendSet

      public void setBackendSet(List<DescribeULBResponse.PolicyBackendSet> backendSet)