Package cn.ucloud.uphone.models
Class DescribeUPhoneEipListResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneEipListResponse
-
public class DescribeUPhoneEipListResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPhoneEipListResponse.EipInfo
-
Constructor Summary
Constructors Constructor Description DescribeUPhoneEipListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPhoneEipListResponse.EipInfo>getEipInfos()IntegergetTotalCount()voidsetEipInfos(List<DescribeUPhoneEipListResponse.EipInfo> eipInfos)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getEipInfos
public List<DescribeUPhoneEipListResponse.EipInfo> getEipInfos()
-
setEipInfos
public void setEipInfos(List<DescribeUPhoneEipListResponse.EipInfo> eipInfos)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-