Class StopLiveRecordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.StopLiveRecordRequest
-
public class StopLiveRecordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StopLiveRecordRequest()StopLiveRecordRequest(StopLiveRecordRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStreamName()Get 流名称。LonggetTaskId()Get 任务ID,由CreateLiveRecord接口返回。voidsetStreamName(String StreamName)Set 流名称。voidsetTaskId(Long TaskId)Set 任务ID,由CreateLiveRecord接口返回。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StopLiveRecordRequest
public StopLiveRecordRequest()
-
StopLiveRecordRequest
public StopLiveRecordRequest(StopLiveRecordRequest 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.
-
-
Method Detail
-
getStreamName
public String getStreamName()
Get 流名称。- Returns:
- StreamName 流名称。
-
setStreamName
public void setStreamName(String StreamName)
Set 流名称。- Parameters:
StreamName- 流名称。
-
getTaskId
public Long getTaskId()
Get 任务ID,由CreateLiveRecord接口返回。- Returns:
- TaskId 任务ID,由CreateLiveRecord接口返回。
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务ID,由CreateLiveRecord接口返回。- Parameters:
TaskId- 任务ID,由CreateLiveRecord接口返回。
-
-