Package cn.ucloud.uk8s.models
Class ListUK8SNodeGroupResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uk8s.models.ListUK8SNodeGroupResponse
-
public class ListUK8SNodeGroupResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUK8SNodeGroupResponse.NodeGroupSet
-
Constructor Summary
Constructors Constructor Description ListUK8SNodeGroupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListUK8SNodeGroupResponse.NodeGroupSet>getNodeGroupList()voidsetNodeGroupList(List<ListUK8SNodeGroupResponse.NodeGroupSet> nodeGroupList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getNodeGroupList
public List<ListUK8SNodeGroupResponse.NodeGroupSet> getNodeGroupList()
-
setNodeGroupList
public void setNodeGroupList(List<ListUK8SNodeGroupResponse.NodeGroupSet> nodeGroupList)
-
-