public class UpdateStreamIngestRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateStreamIngestRequest() |
UpdateStreamIngestRequest(UpdateStreamIngestRequest 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 |
---|---|
Boolean |
getIsPause()
Get Whether to pause, the default value of false indicates no pause.
|
Long |
getSdkAppId()
Get The SDKAppId of TRTC should be the same as the SDKAppId corresponding to the task room.
|
String |
getStreamUrl()
Get The new url of the media resource.
|
String |
getTaskId()
Get The unique Id of the task, will return after successfully starting the task.
|
Long |
getVolume()
Get Volume.
|
void |
setIsPause(Boolean IsPause)
Set Whether to pause, the default value of false indicates no pause.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppId of TRTC should be the same as the SDKAppId corresponding to the task room.
|
void |
setStreamUrl(String StreamUrl)
Set The new url of the media resource.
|
void |
setTaskId(String TaskId)
Set The unique Id of the task, will return after successfully starting the task.
|
void |
setVolume(Long Volume)
Set Volume.
|
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 UpdateStreamIngestRequest()
public UpdateStreamIngestRequest(UpdateStreamIngestRequest 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.public String getStreamUrl()
public void setStreamUrl(String StreamUrl)
StreamUrl
- The new url of the media resource.public Long getVolume()
public void setVolume(Long Volume)
Volume
- Volume. Valid value range: [0, 100], default value is 100, indicating the original volume.public Boolean getIsPause()
public void setIsPause(Boolean IsPause)
IsPause
- Whether to pause, the default value of false indicates no pause. During the pause, the task is still in progress and is billed. If you want to terminate the task, please call the stop interface.Copyright © 2025. All rights reserved.