public class GetProjectTaskResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
errorMsg
example:
error
|
String |
requestId
example:
5389BE87-571B-573C-90ED-F07C5E68760B
|
String |
status
example:
SUCCESS
|
String |
videoDownloadUrl
example:
www.ali.com
|
Integer |
videoDuration
example:
111
|
String |
videoUrl
example:
www.ali.com
|
构造器和说明 |
---|
GetProjectTaskResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetProjectTaskResponseBody |
build(Map<String,?> map) |
String |
getErrorMsg() |
String |
getRequestId() |
String |
getStatus() |
String |
getVideoDownloadUrl() |
Integer |
getVideoDuration() |
String |
getVideoUrl() |
GetProjectTaskResponseBody |
setErrorMsg(String errorMsg) |
GetProjectTaskResponseBody |
setRequestId(String requestId) |
GetProjectTaskResponseBody |
setStatus(String status) |
GetProjectTaskResponseBody |
setVideoDownloadUrl(String videoDownloadUrl) |
GetProjectTaskResponseBody |
setVideoDuration(Integer videoDuration) |
GetProjectTaskResponseBody |
setVideoUrl(String videoUrl) |
@NameInMap(value="errorMsg") public String errorMsg
error
@NameInMap(value="requestId") public String requestId
5389BE87-571B-573C-90ED-F07C5E68760B
@NameInMap(value="status") public String status
SUCCESS
@NameInMap(value="videoDownloadUrl") public String videoDownloadUrl
@NameInMap(value="videoDuration") public Integer videoDuration
111
@NameInMap(value="videoUrl") public String videoUrl
public static GetProjectTaskResponseBody build(Map<String,?> map) throws Exception
Exception
public GetProjectTaskResponseBody setErrorMsg(String errorMsg)
public String getErrorMsg()
public GetProjectTaskResponseBody setRequestId(String requestId)
public String getRequestId()
public GetProjectTaskResponseBody setStatus(String status)
public String getStatus()
public GetProjectTaskResponseBody setVideoDownloadUrl(String videoDownloadUrl)
public String getVideoDownloadUrl()
public GetProjectTaskResponseBody setVideoDuration(Integer videoDuration)
public Integer getVideoDuration()
public GetProjectTaskResponseBody setVideoUrl(String videoUrl)
public String getVideoUrl()
Copyright © 2024. All rights reserved.