Package cn.ucloud.uphone.models
Class DescribeUPhoneServerResponse.ServerDiskSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneServerResponse.ServerDiskSet
-
- Enclosing class:
- DescribeUPhoneServerResponse
public static class DescribeUPhoneServerResponse.ServerDiskSet extends Response
-
-
Constructor Summary
Constructors Constructor Description ServerDiskSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiskType()BooleangetIsBoot()IntegergetSize()voidsetDiskType(String diskType)voidsetIsBoot(Boolean isBoot)voidsetSize(Integer size)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-