public class DeleteBasicModerationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteBasicModerationRequest() |
DeleteBasicModerationRequest(DeleteBasicModerationRequest 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 TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。
|
String |
getTaskId()
Get 审核任务的唯一Id,在启动审核任务成功后会返回。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId,和TRTC的房间所使用的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 DeleteBasicModerationRequest()
public DeleteBasicModerationRequest(DeleteBasicModerationRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 审核任务的唯一Id,在启动审核任务成功后会返回。Copyright © 2025. All rights reserved.