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 passed when initiating recording. | 
| Long | getSdkAppId()Get SdkAppId passed when initiating web-page recording | 
| String | getTaskId()Get The task ID returned when starting web-page recording | 
| void | setRecordId(String RecordId)Set RecordId passed when initiating recording. | 
| void | setSdkAppId(Long SdkAppId)Set SdkAppId passed when initiating web-page recording | 
| void | setTaskId(String TaskId)Set The task ID returned when starting web-page recording | 
| 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, toJsonStringpublic DescribeWebRecordRequest()
public DescribeWebRecordRequest(DescribeWebRecordRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The task ID returned when starting web-page recordingpublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId passed when initiating web-page recordingpublic String getRecordId()
public void setRecordId(String RecordId)
RecordId - RecordId passed when initiating recording. When passing this value, you need to pass SdkAppIdCopyright © 2025. All rights reserved.