Package cn.ucloud.uphone.models
Class DescribeUPhoneImageResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneImageResponse
-
public class DescribeUPhoneImageResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPhoneImageResponse.AppVersionInstancestatic classDescribeUPhoneImageResponse.UPhoneImageInstance
-
Constructor Summary
Constructors Constructor Description DescribeUPhoneImageResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPhoneImageResponse.UPhoneImageInstance>getImages()IntegergetTotalCount()voidsetImages(List<DescribeUPhoneImageResponse.UPhoneImageInstance> images)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getImages
public List<DescribeUPhoneImageResponse.UPhoneImageInstance> getImages()
-
setImages
public void setImages(List<DescribeUPhoneImageResponse.UPhoneImageInstance> images)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-