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