Package cn.ucloud.uphone.models
Class DescribeUPhoneServerModelResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneServerModelResponse
-
public class DescribeUPhoneServerModelResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPhoneServerModelResponse.ServerDiskSetstatic classDescribeUPhoneServerModelResponse.ServerModelInstancestatic classDescribeUPhoneServerModelResponse.StockInfostatic classDescribeUPhoneServerModelResponse.UPhoneSpec
-
Constructor Summary
Constructors Constructor Description DescribeUPhoneServerModelResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPhoneServerModelResponse.ServerModelInstance>getServerModels()List<DescribeUPhoneServerModelResponse.StockInfo>getStock()IntegergetTotalCount()voidsetServerModels(List<DescribeUPhoneServerModelResponse.ServerModelInstance> serverModels)voidsetStock(List<DescribeUPhoneServerModelResponse.StockInfo> stock)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
getStock
public List<DescribeUPhoneServerModelResponse.StockInfo> getStock()
-
setStock
public void setStock(List<DescribeUPhoneServerModelResponse.StockInfo> stock)
-
getServerModels
public List<DescribeUPhoneServerModelResponse.ServerModelInstance> getServerModels()
-
setServerModels
public void setServerModels(List<DescribeUPhoneServerModelResponse.ServerModelInstance> serverModels)
-
-