public class DescribePlayTopVideosResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribePlayTopVideosResponse.TopPlayVideoStatis |
| 构造器和说明 |
|---|
DescribePlayTopVideosResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePlayTopVideosResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getRequestId() |
List<DescribePlayTopVideosResponse.TopPlayVideoStatis> |
getTopPlayVideos() |
Long |
getTotalNum() |
void |
setPageNo(Long pageNo) |
void |
setPageSize(Long pageSize) |
void |
setRequestId(String requestId) |
void |
setTopPlayVideos(List<DescribePlayTopVideosResponse.TopPlayVideoStatis> topPlayVideos) |
void |
setTotalNum(Long totalNum) |
public String getRequestId()
public void setRequestId(String requestId)
public Long getPageNo()
public void setPageNo(Long pageNo)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getTotalNum()
public void setTotalNum(Long totalNum)
public List<DescribePlayTopVideosResponse.TopPlayVideoStatis> getTopPlayVideos()
public void setTopPlayVideos(List<DescribePlayTopVideosResponse.TopPlayVideoStatis> topPlayVideos)
public DescribePlayTopVideosResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.