public class GetVideoListResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetVideoListResponse.Video |
| Constructor and Description |
|---|
GetVideoListResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetVideoListResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Integer |
getTotal() |
List<GetVideoListResponse.Video> |
getVideoList() |
void |
setRequestId(String requestId) |
void |
setTotal(Integer total) |
void |
setVideoList(List<GetVideoListResponse.Video> videoList) |
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotal()
public void setTotal(Integer total)
public List<GetVideoListResponse.Video> getVideoList()
public void setVideoList(List<GetVideoListResponse.Video> videoList)
public GetVideoListResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.