public class DescribeCloudRecordingRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCloudRecordingRequest() | 
| DescribeCloudRecordingRequest(DescribeCloudRecordingRequest 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 The `SDKAppID` of the room whose streams are recorded. | 
| String | getTaskId()Get The unique ID of the recording task, which is returned after recording starts successfully. | 
| void | setSdkAppId(Long SdkAppId)Set The `SDKAppID` of the room whose streams are recorded. | 
| void | setTaskId(String TaskId)Set The unique ID of the recording task, which is returned after recording starts successfully. | 
| 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, toJsonStringpublic DescribeCloudRecordingRequest()
public DescribeCloudRecordingRequest(DescribeCloudRecordingRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The `SDKAppID` of the room whose streams are recorded.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The unique ID of the recording task, which is returned after recording starts successfully.Copyright © 2023. All rights reserved.