public class DescribeStreamIngestRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStreamIngestRequest() |
DescribeStreamIngestRequest(DescribeStreamIngestRequest 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 TRTC should be the same as the SDKAppId corresponding to the task room.
|
String |
getTaskId()
Get The unique Id of the task, will return after successfully starting the task.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppId of TRTC should be the same as the SDKAppId corresponding to the task room.
|
void |
setTaskId(String TaskId)
Set The unique Id of the task, will return after successfully starting the task.
|
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 DescribeStreamIngestRequest()
public DescribeStreamIngestRequest(DescribeStreamIngestRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppId of TRTC should be the same as the SDKAppId corresponding to the task room.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The unique Id of the task, will return after successfully starting the task.Copyright © 2024. All rights reserved.