Package cn.ucloud.cube.models
Class ListCubeDeploymentResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.cube.models.ListCubeDeploymentResponse
-
public class ListCubeDeploymentResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description ListCubeDeploymentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDeployments()IntegergetTotalCount()voidsetDeployments(List<String> deployments)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-