Package cn.ucloud.uec.models
Class DescribeUEcVHostResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uec.models.DescribeUEcVHostResponse
-
public class DescribeUEcVHostResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUEcVHostResponse.NodeInfostatic classDescribeUEcVHostResponse.NodeIpList
-
Constructor Summary
Constructors Constructor Description DescribeUEcVHostResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUEcVHostResponse.NodeInfo>getNodeList()IntegergetTotalCount()voidsetNodeList(List<DescribeUEcVHostResponse.NodeInfo> nodeList)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)
-
getNodeList
public List<DescribeUEcVHostResponse.NodeInfo> getNodeList()
-
setNodeList
public void setNodeList(List<DescribeUEcVHostResponse.NodeInfo> nodeList)
-
-