Package cn.ucloud.ulb.models
Class DescribeULBSimpleResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ulb.models.DescribeULBSimpleResponse
-
public class DescribeULBSimpleResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeULBSimpleResponse.FirewallSetstatic classDescribeULBSimpleResponse.LoggerSetstatic classDescribeULBSimpleResponse.ULBIPSetstatic classDescribeULBSimpleResponse.ULBSimpleSet
-
Constructor Summary
Constructors Constructor Description DescribeULBSimpleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeULBSimpleResponse.ULBSimpleSet>getDataSet()IntegergetTotalCount()voidsetDataSet(List<DescribeULBSimpleResponse.ULBSimpleSet> 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<DescribeULBSimpleResponse.ULBSimpleSet> getDataSet()
-
setDataSet
public void setDataSet(List<DescribeULBSimpleResponse.ULBSimpleSet> dataSet)
-
-