public static class GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
errorCode
example:
InvalidMaterial.NotFound
|
String |
errorMessage
example:
The specified clips id not found:["30d0b5e871eebb2ff7f6c75a"]
|
String |
jobId
example:
8e81933d44e3ae69e2f81485
|
String |
mediaId
example:
1470b11171ee9d19e7e6c66a
|
String |
mediaURL
example:
http:/xxx.oss-cn-shanghai.aliyuncs.com/xxx_0.mp4
|
String |
projectId |
String |
status
example:
Success
|
构造器和说明 |
---|
GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList() |
@NameInMap(value="ErrorCode") public String errorCode
InvalidMaterial.NotFound
@NameInMap(value="ErrorMessage") public String errorMessage
The specified clips id not found:["30d0b5e871eebb2ff7f6c75a"]
@NameInMap(value="JobId") public String jobId
8e81933d44e3ae69e2f81485
@NameInMap(value="MediaId") public String mediaId
1470b11171ee9d19e7e6c66a
@NameInMap(value="MediaURL") public String mediaURL
http:/xxx.oss-cn-shanghai.aliyuncs.com/xxx_0.mp4
@NameInMap(value="ProjectId") public String projectId
@NameInMap(value="Status") public String status
Success
public GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList()
public static GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList build(Map<String,?> map) throws Exception
Exception
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setErrorCode(String errorCode)
public String getErrorCode()
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setJobId(String jobId)
public String getJobId()
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setMediaId(String mediaId)
public String getMediaId()
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setMediaURL(String mediaURL)
public String getMediaURL()
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setProjectId(String projectId)
public String getProjectId()
public GetBatchMediaProducingJobResponseBody.GetBatchMediaProducingJobResponseBodyEditingBatchJobSubJobList setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.