Package cn.ucloud.uhost.models
Class ResizeAttachedDiskResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.ResizeAttachedDiskResponse
-
public class ResizeAttachedDiskResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description ResizeAttachedDiskResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiskId()BooleangetNeedRestart()voidsetDiskId(String diskId)voidsetNeedRestart(Boolean needRestart)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-