Package cn.ucloud.vpc.models
Class DescribeVIPResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeVIPResponse
-
public class DescribeVIPResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeVIPResponse.VIPDetailSet
-
Constructor Summary
Constructors Constructor Description DescribeVIPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDataSet()IntegergetTotalCount()List<DescribeVIPResponse.VIPDetailSet>getVIPSet()voidsetDataSet(List<String> dataSet)voidsetTotalCount(Integer totalCount)voidsetVIPSet(List<DescribeVIPResponse.VIPDetailSet> vipSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getVIPSet
public List<DescribeVIPResponse.VIPDetailSet> getVIPSet()
-
setVIPSet
public void setVIPSet(List<DescribeVIPResponse.VIPDetailSet> vipSet)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-