public class DeleteCloudSliceTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteCloudSliceTaskRequest() | 
| DeleteCloudSliceTaskRequest(DeleteCloudSliceTaskRequest 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 SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the TRTC room. | 
| String | getTaskId()Get Unique ID of the slicing task, which is returned after the task is started. | 
| void | setSdkAppId(Long SdkAppId)Set SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the TRTC room. | 
| void | setTaskId(String TaskId)Set Unique ID of the slicing task, which is returned after the task is started. | 
| 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 DeleteCloudSliceTaskRequest()
public DeleteCloudSliceTaskRequest(DeleteCloudSliceTaskRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the TRTC room.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Unique ID of the slicing task, which is returned after the task is started.Copyright © 2025. All rights reserved.