Package cn.ucloud.ulb.models
Class DescribeULBResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ulb.models.DescribeULBResponse
-
public class DescribeULBResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeULBResponse.BindSecurityPolicystatic classDescribeULBResponse.FirewallSetstatic classDescribeULBResponse.LoggerSetstatic classDescribeULBResponse.PolicyBackendSetstatic classDescribeULBResponse.SSLBindedTargetSetstatic classDescribeULBResponse.ULBBackendSetstatic classDescribeULBResponse.ULBIPSetstatic classDescribeULBResponse.ULBPolicySetstatic classDescribeULBResponse.ULBSetstatic classDescribeULBResponse.ULBSSLSetstatic classDescribeULBResponse.ULBVServerSet
-
Constructor Summary
Constructors Constructor Description DescribeULBResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeULBResponse.ULBSet>getDataSet()IntegergetTotalCount()voidsetDataSet(List<DescribeULBResponse.ULBSet> dataSet)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
getDataSet
public List<DescribeULBResponse.ULBSet> getDataSet()
-
setDataSet
public void setDataSet(List<DescribeULBResponse.ULBSet> dataSet)
-
-