Package cn.ucloud.uk8s.models
Class ListUK8SClusterNodeV2Response
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uk8s.models.ListUK8SClusterNodeV2Response
-
public class ListUK8SClusterNodeV2Response extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUK8SClusterNodeV2Response.KubeProxystatic classListUK8SClusterNodeV2Response.NodeInfoV2static classListUK8SClusterNodeV2Response.UHostIPSet
-
Constructor Summary
Constructors Constructor Description ListUK8SClusterNodeV2Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListUK8SClusterNodeV2Response.NodeInfoV2>getNodeSet()IntegergetTotalCount()voidsetNodeSet(List<ListUK8SClusterNodeV2Response.NodeInfoV2> nodeSet)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getNodeSet
public List<ListUK8SClusterNodeV2Response.NodeInfoV2> getNodeSet()
-
setNodeSet
public void setNodeSet(List<ListUK8SClusterNodeV2Response.NodeInfoV2> nodeSet)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-