public class DescribeVideoGenerationTaskResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVideoGenerationTaskResponse() |
DescribeVideoGenerationTaskResponse(DescribeVideoGenerationTaskResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get Group ID corresponding to the task.
|
Long |
getProgress()
Get Disused.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getRoomId()
Get Room ID corresponding to the task.
|
String |
getStatus()
Get Status of the recording video generation task.
|
String |
getTaskId()
Get Task ID.
|
Long |
getTotalTime()
Get Total video playback duration.
|
VideoInfo[] |
getVideoInfoList()
Get List of videos generated by the recording video generation tasks.
|
VideoInfo |
getVideoInfos()
Get Disused.
|
void |
setGroupId(String GroupId)
Set Group ID corresponding to the task.
|
void |
setProgress(Long Progress)
Set Disused.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRoomId(Long RoomId)
Set Room ID corresponding to the task.
|
void |
setStatus(String Status)
Set Status of the recording video generation task.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
void |
setTotalTime(Long TotalTime)
Set Total video playback duration.
|
void |
setVideoInfoList(VideoInfo[] VideoInfoList)
Set List of videos generated by the recording video generation tasks.
|
void |
setVideoInfos(VideoInfo VideoInfos)
Set Disused.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVideoGenerationTaskResponse()
public DescribeVideoGenerationTaskResponse(DescribeVideoGenerationTaskResponse source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Group ID corresponding to the task.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- Room ID corresponding to the task.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Disused.public String getStatus()
public void setStatus(String Status)
Status
- Status of the recording video generation task. Valid values:
- QUEUED: Queuing.
- PROCESSING: Video generation in progress.
- FINISHED: Video generation finished. (To determine whether the task succeeded or failed, check the error code and message.)public Long getTotalTime()
public void setTotalTime(Long TotalTime)
TotalTime
- Total video playback duration. Unit: milliseconds.public VideoInfo getVideoInfos()
public void setVideoInfos(VideoInfo VideoInfos)
VideoInfos
- Disused. Use the `VideoInfoList` parameter.public VideoInfo[] getVideoInfoList()
public void setVideoInfoList(VideoInfo[] VideoInfoList)
VideoInfoList
- List of videos generated by the recording video generation tasks.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.