Package cn.ucloud.unet.models
Class DescribeEIPResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.unet.models.DescribeEIPResponse
-
public class DescribeEIPResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeEIPResponse.ShareBandwidthSetstatic classDescribeEIPResponse.UnetEIPAddrSetstatic classDescribeEIPResponse.UnetEIPResourceSetstatic classDescribeEIPResponse.UnetEIPSet
-
Constructor Summary
Constructors Constructor Description DescribeEIPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeEIPResponse.UnetEIPSet>getEIPSet()IntegergetTotalBandwidth()IntegergetTotalCount()IntegergetUnbindCount()voidsetEIPSet(List<DescribeEIPResponse.UnetEIPSet> eipSet)voidsetTotalBandwidth(Integer totalBandwidth)voidsetTotalCount(Integer totalCount)voidsetUnbindCount(Integer unbindCount)-
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)
-
getUnbindCount
public Integer getUnbindCount()
-
setUnbindCount
public void setUnbindCount(Integer unbindCount)
-
getTotalBandwidth
public Integer getTotalBandwidth()
-
setTotalBandwidth
public void setTotalBandwidth(Integer totalBandwidth)
-
getEIPSet
public List<DescribeEIPResponse.UnetEIPSet> getEIPSet()
-
setEIPSet
public void setEIPSet(List<DescribeEIPResponse.UnetEIPSet> eipSet)
-
-