Package cn.ucloud.uphost.models
Class DescribePHostResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphost.models.DescribePHostResponse
-
public class DescribePHostResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribePHostResponse.PHostCPUSetstatic classDescribePHostResponse.PHostDescDiskSetstatic classDescribePHostResponse.PHostIPSetstatic classDescribePHostResponse.PHostSet
-
Constructor Summary
Constructors Constructor Description DescribePHostResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribePHostResponse.PHostSet>getPHostSet()IntegergetTotalCount()voidsetPHostSet(List<DescribePHostResponse.PHostSet> pHostSet)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)
-
getPHostSet
public List<DescribePHostResponse.PHostSet> getPHostSet()
-
setPHostSet
public void setPHostSet(List<DescribePHostResponse.PHostSet> pHostSet)
-
-