Package cn.ucloud.uphone.models
Class DescribeUPhoneAppResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneAppResponse
-
public class DescribeUPhoneAppResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPhoneAppResponse.AppInstance
-
Constructor Summary
Constructors Constructor Description DescribeUPhoneAppResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPhoneAppResponse.AppInstance>getApps()IntegergetTotalCount()voidsetApps(List<DescribeUPhoneAppResponse.AppInstance> apps)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)
-
getApps
public List<DescribeUPhoneAppResponse.AppInstance> getApps()
-
setApps
public void setApps(List<DescribeUPhoneAppResponse.AppInstance> apps)
-
-