Package cn.ucloud.uk8s.models
Class ListUK8SClusterV2Response
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uk8s.models.ListUK8SClusterV2Response
-
public class ListUK8SClusterV2Response extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUK8SClusterV2Response.ClusterSet
-
Constructor Summary
Constructors Constructor Description ListUK8SClusterV2Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetClusterCount()List<ListUK8SClusterV2Response.ClusterSet>getClusterSet()voidsetClusterCount(Integer clusterCount)voidsetClusterSet(List<ListUK8SClusterV2Response.ClusterSet> clusterSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getClusterCount
public Integer getClusterCount()
-
setClusterCount
public void setClusterCount(Integer clusterCount)
-
getClusterSet
public List<ListUK8SClusterV2Response.ClusterSet> getClusterSet()
-
setClusterSet
public void setClusterSet(List<ListUK8SClusterV2Response.ClusterSet> clusterSet)
-
-