public class StopOnlineRecordRequest extends AbstractModel
Constructor and Description |
---|
StopOnlineRecordRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getSdkAppId()
Get 客户的SdkAppId
|
String |
getTaskId()
Get 需要停止录制的任务 Id
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 客户的SdkAppIdpublic String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 需要停止录制的任务 IdCopyright © 2020. All rights reserved.