public class DescribeVideoGenerationTaskRequest extends AbstractModel
Constructor and Description |
---|
DescribeVideoGenerationTaskRequest() |
DescribeVideoGenerationTaskRequest(DescribeVideoGenerationTaskRequest 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 |
---|---|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
String |
getTaskId()
Get ID of the recording video generation task.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
setTaskId(String TaskId)
Set ID of the recording video generation task.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeVideoGenerationTaskRequest()
public DescribeVideoGenerationTaskRequest(DescribeVideoGenerationTaskRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the whiteboard application.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- ID of the recording video generation task.Copyright © 2023. All rights reserved.