public class GetVideoInfosResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetVideoInfosResponse.Video |
| Constructor and Description |
|---|
GetVideoInfosResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
GetVideoInfosResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<String> |
getNonExistVideoIds() |
String |
getRequestId() |
List<GetVideoInfosResponse.Video> |
getVideoList() |
void |
setNonExistVideoIds(List<String> nonExistVideoIds) |
void |
setRequestId(String requestId) |
void |
setVideoList(List<GetVideoInfosResponse.Video> videoList) |
public String getRequestId()
public void setRequestId(String requestId)
public List<GetVideoInfosResponse.Video> getVideoList()
public void setVideoList(List<GetVideoInfosResponse.Video> videoList)
public GetVideoInfosResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.