public class DescribeWebRecordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeWebRecordRequest() |
DescribeWebRecordRequest(DescribeWebRecordRequest 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 |
getRecordId()
Get 发起录制时传递的RecordId, 传入此值时需要传递SdkAppId
|
Long |
getSdkAppId()
Get 发起页面录制时传递的SdkAppId
|
String |
getTaskId()
Get 开始页面录制时返回的任务id
|
void |
setRecordId(String RecordId)
Set 发起录制时传递的RecordId, 传入此值时需要传递SdkAppId
|
void |
setSdkAppId(Long SdkAppId)
Set 发起页面录制时传递的SdkAppId
|
void |
setTaskId(String TaskId)
Set 开始页面录制时返回的任务id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWebRecordRequest()
public DescribeWebRecordRequest(DescribeWebRecordRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 开始页面录制时返回的任务idpublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 发起页面录制时传递的SdkAppIdpublic String getRecordId()
public void setRecordId(String RecordId)
RecordId
- 发起录制时传递的RecordId, 传入此值时需要传递SdkAppIdCopyright © 2024. All rights reserved.