public class ModifyCloudSliceTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCloudSliceTaskRequest() |
ModifyCloudSliceTaskRequest(ModifyCloudSliceTaskRequest 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.
|
SubscribeStreamUserIds |
getSubscribeStreamUserIds()
Get Specifies the allowlist or blocklist for the subscription stream.
|
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 |
setSubscribeStreamUserIds(SubscribeStreamUserIds SubscribeStreamUserIds)
Set Specifies the allowlist or blocklist for the subscription stream.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCloudSliceTaskRequest()
public ModifyCloudSliceTaskRequest(ModifyCloudSliceTaskRequest 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.public SubscribeStreamUserIds getSubscribeStreamUserIds()
public void setSubscribeStreamUserIds(SubscribeStreamUserIds SubscribeStreamUserIds)
SubscribeStreamUserIds
- Specifies the allowlist or blocklist for the subscription stream.Copyright © 2025. All rights reserved.