Package cn.ucloud.uphone.models
Class DescribeUPhoneServerResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneServerResponse
-
public class DescribeUPhoneServerResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPhoneServerResponse.IpSetstatic classDescribeUPhoneServerResponse.ServerDiskSetstatic classDescribeUPhoneServerResponse.ServerInstancestatic classDescribeUPhoneServerResponse.ServerModelInstancestatic classDescribeUPhoneServerResponse.UPhoneSpec
-
Constructor Summary
Constructors Constructor Description DescribeUPhoneServerResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPhoneServerResponse.ServerInstance>getServers()IntegergetTotalCount()voidsetServers(List<DescribeUPhoneServerResponse.ServerInstance> servers)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)
-
getServers
public List<DescribeUPhoneServerResponse.ServerInstance> getServers()
-
setServers
public void setServers(List<DescribeUPhoneServerResponse.ServerInstance> servers)
-
-