Package cn.ucloud.uphone.models
Class DescribeUPhoneJobResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneJobResponse
-
public class DescribeUPhoneJobResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPhoneJobResponse.Jobstatic classDescribeUPhoneJobResponse.Task
-
Constructor Summary
Constructors Constructor Description DescribeUPhoneJobResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPhoneJobResponse.Job>getJobs()IntegergetTotalCount()voidsetJobs(List<DescribeUPhoneJobResponse.Job> jobs)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getJobs
public List<DescribeUPhoneJobResponse.Job> getJobs()
-
setJobs
public void setJobs(List<DescribeUPhoneJobResponse.Job> jobs)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-