public class GetTranscodeSummaryResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
nonExistVideoIds
The IDs of the audio or video files that do not exist.
|
String |
requestId
The ID of the request.
|
List<GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryList> |
transcodeSummaryList
The transcoding summary of the file.
|
| 构造器和说明 |
|---|
GetTranscodeSummaryResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTranscodeSummaryResponseBody |
build(Map<String,?> map) |
List<String> |
getNonExistVideoIds() |
String |
getRequestId() |
List<GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryList> |
getTranscodeSummaryList() |
GetTranscodeSummaryResponseBody |
setNonExistVideoIds(List<String> nonExistVideoIds) |
GetTranscodeSummaryResponseBody |
setRequestId(String requestId) |
GetTranscodeSummaryResponseBody |
setTranscodeSummaryList(List<GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryList> transcodeSummaryList) |
@NameInMap(value="NonExistVideoIds") public List<String> nonExistVideoIds
The IDs of the audio or video files that do not exist.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TranscodeSummaryList") public List<GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryList> transcodeSummaryList
The transcoding summary of the file.
public static GetTranscodeSummaryResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetTranscodeSummaryResponseBody setNonExistVideoIds(List<String> nonExistVideoIds)
public GetTranscodeSummaryResponseBody setRequestId(String requestId)
public String getRequestId()
public GetTranscodeSummaryResponseBody setTranscodeSummaryList(List<GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryList> transcodeSummaryList)
public List<GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryList> getTranscodeSummaryList()
Copyright © 2024. All rights reserved.